code style fixes

remotes/1727458204337373841/tmp_refs/heads/signup-info-prompt
cwm 2017-12-12 23:07:12 -06:00
parent 9719983f2d
commit 17e53b931c
2 changed files with 2 additions and 2 deletions

View File

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