code style fixes
This commit is contained in:
parent
9719983f2d
commit
17e53b931c
|
@ -112,7 +112,7 @@ export default class GettingStarted extends ImmutablePureComponent {
|
||||||
{lists.map(list =>
|
{lists.map(list =>
|
||||||
<ColumnLink key={list.get('id')} to={`/timelines/list/${list.get('id')}`} icon='list-ul' text={list.get('title')} />
|
<ColumnLink key={list.get('id')} to={`/timelines/list/${list.get('id')}`} icon='list-ul' text={list.get('title')} />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
@ -34,7 +34,7 @@ export default class gettingStartedMisc extends ImmutablePureComponent {
|
||||||
openOnboardingModal = (e) => {
|
openOnboardingModal = (e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
this.props.dispatch(openModal('ONBOARDING'));
|
this.props.dispatch(openModal('ONBOARDING'));
|
||||||
}
|
}
|
||||||
|
|
||||||
render () {
|
render () {
|
||||||
const { intl } = this.props;
|
const { intl } = this.props;
|
||||||
|
|
Loading…
Reference in New Issue