- more!
This commit is contained in:
@@ -9,7 +9,6 @@ export default class Event extends Component {
|
||||
return {
|
||||
description: PropTypes.string,
|
||||
endTime: PropTypes.string,
|
||||
fetchEvents: PropTypes.func,
|
||||
id: PropTypes.string,
|
||||
images: PropTypes.arrayOf(
|
||||
PropTypes.shape({
|
||||
@@ -60,10 +59,6 @@ export default class Event extends Component {
|
||||
super(props);
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
this.props.fetchEvents();
|
||||
}
|
||||
|
||||
render() {
|
||||
const {
|
||||
description,
|
||||
|
||||
Reference in New Issue
Block a user