Fix warning due to using style properies named after css properties in react
This commit is contained in:
@@ -105,8 +105,8 @@ class NewTeamModal extends React.Component {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
const noBottomSpaceing = {
|
const noBottomSpaceing = {
|
||||||
'padding-bottom': 0,
|
paddingBottom: 0,
|
||||||
'margin-bottom': 0
|
marginBottom: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
if (this.wasShown !== this.props.show && this.props.show) {
|
if (this.wasShown !== this.props.show && this.props.show) {
|
||||||
|
Reference in New Issue
Block a user