diff --git a/app/soapbox/pages/profile-page.tsx b/app/soapbox/pages/profile-page.tsx index 698edff77..b9d6a3381 100644 --- a/app/soapbox/pages/profile-page.tsx +++ b/app/soapbox/pages/profile-page.tsx @@ -119,7 +119,7 @@ const ProfilePage: React.FC = ({ params, children }) => { )} - {features.notes && me !== account?.id && ( + {features.notes && account && account?.id !== me && ( {Component => }