diff --git a/client/src/components/Nav/Nav.tsx b/client/src/components/Nav/Nav.tsx index fc8af297ba6..956f5c5965d 100644 --- a/client/src/components/Nav/Nav.tsx +++ b/client/src/components/Nav/Nav.tsx @@ -314,18 +314,19 @@ export default function Nav({ navVisible, setNavVisible }) { text={localize('com_ui_referrals_leaderboard')} clickHandler={user ? openLeaderboardHandler : navigateToRegister} /> - {window.location.hostname !== "drhu.aitok.ai" && ( - (copied ? : )} - text={ - copied - ? localize('com_ui_copied_success') - : localize('com_ui_copy_invitation_link') - } - clickHandler={user ? copyLinkHandler : navigateToRegister} - /> + {window.location.hostname !== 'drhu.aitok.ai' && ( + (copied ? : )} + text={ + copied + ? localize('com_ui_copied_success') + : localize('com_ui_copy_invitation_link') + } + clickHandler={user ? copyLinkHandler : navigateToRegister} + /> )} +