mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 22:06:29 +02:00
Fix bug Ask Discord; Update register form
This commit is contained in:
@@ -61,5 +61,5 @@ export const fetchVolunteerDiscordIdIfNeed =
|
||||
|
||||
export const selectVolunteerDiscordId = createSelector(
|
||||
(state: AppState) => state,
|
||||
(state): number | undefined => state.volunteerDiscordId?.entity?.id
|
||||
(state): string | undefined => state.volunteerDiscordId?.entity?.discordId
|
||||
)
|
||||
|
Reference in New Issue
Block a user