diff --git a/src/browser/components/NewTeamModal.jsx b/src/browser/components/NewTeamModal.jsx index 1f0ba9e1..c0d92526 100644 --- a/src/browser/components/NewTeamModal.jsx +++ b/src/browser/components/NewTeamModal.jsx @@ -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) {