]> cat aescling's git repositories - mastodon.git/commitdiff
code style fixes
authorcwm <chriswmartin@protonmail.com>
Wed, 13 Dec 2017 05:07:12 +0000 (23:07 -0600)
committercwm <chriswmartin@protonmail.com>
Wed, 13 Dec 2017 05:07:12 +0000 (23:07 -0600)
app/javascript/flavours/glitch/features/getting_started/index.js
app/javascript/flavours/glitch/features/getting_started_misc/index.js

index af1021dca8cf65a15b659f015549d901f913ca1a..9782d4d3256e7def32eb916c952cd89fba8417ad 100644 (file)
@@ -112,7 +112,7 @@ export default class GettingStarted extends ImmutablePureComponent {
         {lists.map(list =>
           <ColumnLink key={list.get('id')} to={`/timelines/list/${list.get('id')}`} icon='list-ul' text={list.get('title')} />
         )}
-      </div>
+      </div>,
     ]);
 
     return (
index 7310b1356e2e7760d5e36ed88c1ae1f5a124ee05..1209500a0a065603d392bd41e51d461ea50853cc 100644 (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;