code style fixes

This commit is contained in:
cwm
2017-12-12 23:07:12 -06:00
parent 9719983f2d
commit 17e53b931c
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ export default class gettingStartedMisc extends ImmutablePureComponent {
openOnboardingModal = (e) => {
e.preventDefault();
this.props.dispatch(openModal('ONBOARDING'));
}
}
render () {
const { intl } = this.props;