Skip to content

Commit

Permalink
fix: Hide the correct external icon
Browse files Browse the repository at this point in the history
  • Loading branch information
acezard committed Apr 16, 2024
1 parent 90363db commit 9246834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Settings/SettingsContent.jsx
Expand Up @@ -76,7 +76,7 @@ const SettingsContent = ({
>
<MenuIcon icon={CozyCircleIcon} />
{t('plans')}
<ExternalLinkIcon />
{!flag('settings.subscription') && <ExternalLinkIcon />}
</a>
</NavItem>
)}
Expand Down Expand Up @@ -146,7 +146,7 @@ const SettingsContent = ({
>
<MenuIcon icon={HelpIcon} />
{t('help')}
{!flag('settings.subscription') && <ExternalLinkIcon />}
<ExternalLinkIcon />
</a>
</NavItem>
<NavItem>
Expand Down

0 comments on commit 9246834

Please sign in to comment.