From b51f468dc92d622f029f356692507940b78557a1 Mon Sep 17 00:00:00 2001 From: admsk2 Date: Tue, 27 Aug 2024 10:24:59 +0200 Subject: [PATCH] fix: Build fix eslint --- src/components/Navbar/NavbarButtons/ProfileButton.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)}>