Skip to content

Commit

Permalink
Merge pull request #938 from CruGlobal/google-accordion-zero
Browse files Browse the repository at this point in the history
[no-Jira] Fix 0 rendered next to Add Google Account button
  • Loading branch information
canac authored May 1, 2024
2 parents 4d39e94 + 1e8e9d0 commit dde4508
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const GoogleAccordion: React.FC<GoogleAccordionProps> = ({
{t('Add Account')}
</StyledServicesButton>

{googleAccounts?.length && (
{!!googleAccounts?.length && (
<HandoffLink path="/tools/import/google">
<StyledServicesButton
variant="outlined"
Expand Down

0 comments on commit dde4508

Please sign in to comment.