Skip to content

Commit

Permalink
chore: display errors during on-the-go-events
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Oct 11, 2023
1 parent 0179fd3 commit 8496d77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const ChannelListScreen: FC = () => {
)
return
}
}, [dispatch])
}, [dispatch, usernameTaken, duplicateCerts])

const redirect = useCallback(
(id: string) => {
Expand Down

0 comments on commit 8496d77

Please sign in to comment.