Fix warning due to using style properies named after css properties in react

This commit is contained in:
Jonas Schwabe 2017-02-18 18:02:02 +01:00
parent 1c786635a7
commit a8effb0084

View file

@ -105,8 +105,8 @@ class NewTeamModal extends React.Component {
render() {
const noBottomSpaceing = {
'padding-bottom': 0,
'margin-bottom': 0
paddingBottom: 0,
marginBottom: 0
};
if (this.wasShown !== this.props.show && this.props.show) {