diff options
Diffstat (limited to 'src/view/shell/desktop/RightNav.tsx')
-rw-r--r-- | src/view/shell/desktop/RightNav.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index 9a5186549..c8196c2c4 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -58,8 +58,8 @@ export function DesktopRightNav() { type="md" style={pal.link} href={FEEDBACK_FORM_URL({ - email: currentAccount!.email, - handle: currentAccount!.handle, + email: currentAccount?.email, + handle: currentAccount?.handle, })} text={_(msg`Feedback`)} /> |