File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ const MetadataIconWrapper = ({ isActive, isPreviewModernizationEnabled }: IconWr
9595 ) ;
9696} ;
9797
98- const MagicWandIconWrapper = ( { isActive, isPreviewModernizationEnabled } : IconWrapperProps ) => {
98+ const SkillsIconWrapper = ( { isActive, isPreviewModernizationEnabled } : IconWrapperProps ) => {
9999 if ( ! isPreviewModernizationEnabled ) {
100100 return < IconMagicWand className = "bcs-SidebarNav-icon" /> ;
101101 }
@@ -248,7 +248,7 @@ const SidebarNav = ({
248248 sidebarView = { SIDEBAR_VIEW_SKILLS }
249249 tooltip = { intl . formatMessage ( messages . sidebarSkillsTitle ) }
250250 >
251- < MagicWandIconWrapper isPreviewModernizationEnabled = { isPreviewModernizationEnabled } />
251+ < SkillsIconWrapper isPreviewModernizationEnabled = { isPreviewModernizationEnabled } />
252252 </ SidebarNavButton >
253253 ) }
254254 { hasMetadata && (
You can’t perform that action at this time.
0 commit comments