Fix non-grouped notifications not loading on page load (#31514)

pull/31492/head^2
Claire 6 months ago committed by GitHub
parent f91403ccaa
commit 9ba7c90151
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,6 +13,6 @@ export const initializeNotifications = createAppAsyncThunk(
) as boolean; ) as boolean;
if (enableBeta) void dispatch(fetchNotifications()); if (enableBeta) void dispatch(fetchNotifications());
else void dispatch(expandNotifications()); else void dispatch(expandNotifications({}));
}, },
); );

Loading…
Cancel
Save