display team on volunteer board

This commit is contained in:
memeriau
2022-04-18 01:31:08 +02:00
parent 43b68d427a
commit dd73fa21b8
5 changed files with 63 additions and 1 deletions

View File

@@ -45,6 +45,8 @@ export const routerSelector = createSelector(selectRouter, (authData) => authDat
export const selectUserRoles = createSelector(selectAuthData, (authData) => authData.roles)
export const selectUserId = createSelector(selectAuthData, (authData) => authData.id)
export const isUserConnected = createSelector(selectUserJwtToken, (token) => !!token)
export default auth.reducer