diff --git a/packages/pl-fe/src/components/status.tsx b/packages/pl-fe/src/components/status.tsx index b33f788d9..d35c6d3af 100644 --- a/packages/pl-fe/src/components/status.tsx +++ b/packages/pl-fe/src/components/status.tsx @@ -311,7 +311,7 @@ const Status: React.FC = (props) => { }; return ( - +
: {status.filtered.join(', ')}. @@ -348,7 +348,7 @@ const Status: React.FC = (props) => { }; return ( - +
= (props) => { const { openModal } = useModalsStore(); const { settings } = useSettingsStore(); + const node = useRef(null); + const notification = useAppSelector((state) => getNotification(state, props.notification)); const status = getNotificationStatus(notification); @@ -409,11 +411,12 @@ const Notification: React.FC = (props) => { ); return ( - +
diff --git a/packages/pl-fe/src/features/status/components/thread.tsx b/packages/pl-fe/src/features/status/components/thread.tsx index 0a3ce8ca9..e9109bde0 100644 --- a/packages/pl-fe/src/features/status/components/thread.tsx +++ b/packages/pl-fe/src/features/status/components/thread.tsx @@ -346,7 +346,7 @@ const Thread: React.FC = ({ {status.deleted ? ( ) : ( - +