noasync
This commit is contained in:
parent
4748ecb141
commit
2b91a729bd
|
@ -90,7 +90,7 @@ export const NotificationsProvider = (props: { children: JSX.Element }) => {
|
|||
|
||||
const [messageHandler, setMessageHandler] = createSignal<(m: Message) => void>()
|
||||
|
||||
createEffect(async () => {
|
||||
createEffect(() => {
|
||||
if (isAuthenticated()) {
|
||||
loadNotifications()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user