This commit is contained in:
Eric Bailey
2023-11-14 13:59:04 -06:00
parent 97e548e869
commit 456f2fa2af
+1 -1
View File
@@ -385,7 +385,7 @@ export const DesktopLeftNav = observer(function DesktopLeftNav() {
label="Moderation" label="Moderation"
/> />
<NavItem <NavItem
href={makeProfileLink(currentAccount)} href={currentAccount ? makeProfileLink(currentAccount) : '/'}
icon={ icon={
<UserIcon <UserIcon
strokeWidth={1.75} strokeWidth={1.75}