diff --git a/app/soapbox/features/notifications/components/notification.tsx b/app/soapbox/features/notifications/components/notification.tsx index f40b5e5fda..642b92a7fd 100644 --- a/app/soapbox/features/notifications/components/notification.tsx +++ b/app/soapbox/features/notifications/components/notification.tsx @@ -270,6 +270,14 @@ const Notification: React.FC = (props) => { const renderContent = () => { switch (type) { case 'follow': + case 'user_approved': + return account && typeof account === 'object' ? ( +