Fix type
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user