code style fixes

th-downstream
cwm 7 years ago
parent 430733477c
commit f464eefc45

@ -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 (

Loading…
Cancel
Save