- Cleanup
This commit is contained in:
@@ -8,6 +8,6 @@ export const getActiveEventId = createSelector(
|
||||
);
|
||||
|
||||
export const hasActiveEvent = createSelector(
|
||||
[getState],
|
||||
(state) => !!state.get('activeEvent'),
|
||||
[getActiveEventId],
|
||||
(eventId) => !!eventId,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user