diff --git a/packages/nicolium/src/components/accounts/account.tsx b/packages/nicolium/src/components/accounts/account.tsx index 5730a30d3..9da8619f0 100644 --- a/packages/nicolium/src/components/accounts/account.tsx +++ b/packages/nicolium/src/components/accounts/account.tsx @@ -164,7 +164,7 @@ const Account = ({ const { disableUserProvidedMedia } = useSettings(); const { allowDisplayingRemoteNoLogin } = useFrontendConfig(); - const withExternalLink = !me && !allowDisplayingRemoteNoLogin && !account.local; + const withExternalLink = !me && !allowDisplayingRemoteNoLogin && account && !account.local; const handleAction = () => { onActionClick!(account);