diff --git a/src/pages/notifications.jsx b/src/pages/notifications.jsx index d99bdde0..738f6971 100644 --- a/src/pages/notifications.jsx +++ b/src/pages/notifications.jsx @@ -85,32 +85,42 @@ function Notification({ notification }) {
- {!/poll|update/i.test(type) && (
- <>
- {_accounts?.length > 1 ? (
- <>
- {_accounts.length} people{' '}
- >
- ) : (
- <>
-
+ {!/poll|update/i.test(type) && (
+ <>
+ {_accounts?.length > 1 ? (
+ <>
+ {_accounts.length} people{' '}
+ >
+ ) : (
+ <>
+
@@ -414,4 +424,50 @@ function Notifications() { ); } +function FollowRequestButtons({ accountID, onChange }) { + const [uiState, setUIState] = useState('default'); + return ( +
+ {' '}
+
+