]> cat aescling's git repositories - mastodon.git/commitdiff
missed a semicolon
authorcwm <chriswmartin@protonmail.com>
Mon, 18 Dec 2017 04:21:15 +0000 (22:21 -0600)
committercwm <chriswmartin@protonmail.com>
Mon, 18 Dec 2017 04:21:15 +0000 (22:21 -0600)
app/javascript/flavours/glitch/features/getting_started/index.js

index ed9d9d1a0f3e58c0e49c4e0b19e4faa5f93e0dc0..89c77b507c947b887946a2f06b8404829ca304ee 100644 (file)
@@ -48,7 +48,7 @@ const makeMapStateToProps = () => {
   });
 
   return mapStateToProps;
-}
+};
 
 @injectIntl
 @connect(makeMapStateToProps)