PR grumble
This commit is contained in:
parent
0c26eddd7f
commit
1382c3bbf4
@ -28,7 +28,9 @@ export default class Events extends Component {
|
||||
render () {
|
||||
return (
|
||||
<table className={ styles.list }>
|
||||
{ this.props.eventIds.map((id) => this.renderEvent(id, this.props.events[id])) }
|
||||
<tbody>
|
||||
{ this.props.eventIds.map((id) => this.renderEvent(id, this.props.events[id])) }
|
||||
</tbody>
|
||||
</table>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user