1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00

Fix missing dependency

This commit is contained in:
Steffo 2022-07-27 01:42:04 +02:00
parent c226438f5e
commit b6c8703c45
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -78,7 +78,7 @@ const LandingActionEventsFormCreate = () => {
router.push(`/events/${createHook.data!.slug}`) router.push(`/events/${createHook.data!.slug}`)
} }
}, },
[router] [createHook, router]
) )
return promiseMultiplexer({ return promiseMultiplexer({