mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-01-16 01:44:43 +00:00
Update lib/src/Components/Map/hooks/useStoredInviteCode.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5017f1757e
commit
e147822c62
@ -13,5 +13,5 @@ export const useStoredInviteCode = () => {
|
||||
if (!inviteCode || !user) return
|
||||
|
||||
navigate(`/invite/${inviteCode}`)
|
||||
}, [inviteCode, navigate, user])
|
||||
}, [inviteCode, user])
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user