diff --git a/src/components/profile/profile-more.tsx b/src/components/profile/profile-more.tsx
index 3c0b910d5d6e6245d7f933d67d3505cc5686a8c2..56c4ab66495e47594f06ba8217bf894791979b8b 100644
--- a/src/components/profile/profile-more.tsx
+++ b/src/components/profile/profile-more.tsx
@@ -63,7 +63,7 @@ const ProfileMore = (props: Props) => {
   useEffect(() => enhance.listen(uid, setStatus), [uid]);
 
   // error during enhanced mode
-  const hasError = status?.status === "error";
+  const hasError = selected && status?.status === "error";
 
   const onEdit = () => {
     setAnchorEl(null);