Skip to content

Commit

Permalink
fix list issues
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Mar 6, 2023
1 parent 3cc460b commit 5981cf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const LearnMore = () => {
subheading={ content.introduction.subheading }
icon={ content.introduction.icon }
/>
{ brandConfig?.views?.sidebar?.illustration?.shown !== false &&
{ brandConfig?.views?.sidebar?.illustration?.shown !== false &&
<IllustrationPanel cssIcon={ content.illustration.icon } /> }
<InfoPanel
headingWithDescriptions={
Expand Down
7 changes: 4 additions & 3 deletions src/OnboardingSPA/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ export function getNewfoldBrandName( state ) {
}

/**
*
* @param {*} state
* @returns {Object} Brand Onboarding Configuration.
* Gets the current Newfold Brand's Onboarding Configuration.
*
* @param {*} state
* @return {Object} Brand Onboarding Configuration.
*/
export function getNewfoldBrandConfig( state ) {
return state.runtime.currentBrand.config;
Expand Down

0 comments on commit 5981cf0

Please sign in to comment.