- Linting... Prettier...
This commit is contained in:
@@ -5,7 +5,10 @@ import { fetchEvents } from '../../actions/events.js';
|
||||
import AppHeader from './AppHeader.js';
|
||||
|
||||
const matchDispatchToProps = (dispatch) => ({
|
||||
fetchEvents: () => dispatch(fetchEvents()),
|
||||
fetchEvents: () => dispatch(fetchEvents()),
|
||||
});
|
||||
|
||||
export default connect(null, matchDispatchToProps)(AppHeader);
|
||||
export default connect(
|
||||
null,
|
||||
matchDispatchToProps,
|
||||
)(AppHeader);
|
||||
|
||||
Reference in New Issue
Block a user