- Linting... Prettier...
This commit is contained in:
6
app/actions/activeEvent.js
Normal file
6
app/actions/activeEvent.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { SET_ACTIVE_EVENT } from '../constants/actionTypes.js';
|
||||
|
||||
export const setActiveEvent = (eventId) => ({
|
||||
type: SET_ACTIVE_EVENT,
|
||||
payload: eventId,
|
||||
});
|
||||
Reference in New Issue
Block a user