refactor: fetch notifications over graphql query
This commit is contained in:
@@ -17,7 +17,7 @@ interface INotification {
|
||||
|
||||
export default function Updates(): React.ReactElement {
|
||||
const formatMessage = useFormatMessage();
|
||||
const notifications = useNotifications();
|
||||
const { notifications } = useNotifications();
|
||||
|
||||
return (
|
||||
<Box sx={{ py: 3 }}>
|
||||
|
Reference in New Issue
Block a user