diff --git a/src/components/Navbar/NavbarButtons/ProfileButton.tsx b/src/components/Navbar/NavbarButtons/ProfileButton.tsx index e8b8bfd6..4bf333c7 100644 --- a/src/components/Navbar/NavbarButtons/ProfileButton.tsx +++ b/src/components/Navbar/NavbarButtons/ProfileButton.tsx @@ -10,7 +10,9 @@ export const ProfileButton = () => { const theme = useTheme(); const { account } = useAccounts(); - const imageSrc = account?.address ? `https://effigy.im/a/${account?.address}.png` : '/default_effigy.svg'; + const imageSrc = account?.address + ? `https://effigy.im/a/${account?.address}.png` + : '/default_effigy.svg'; return ( navigate(JUMPER_LOYALTY_PATH)}>