diff --git a/app/javascript/flavours/glitch/features/getting_started/index.js b/app/javascript/flavours/glitch/features/getting_started/index.js index ed9d9d1a0f3..89c77b507c9 100644 --- a/app/javascript/flavours/glitch/features/getting_started/index.js +++ b/app/javascript/flavours/glitch/features/getting_started/index.js @@ -48,7 +48,7 @@ const makeMapStateToProps = () => { }); return mapStateToProps; -} +}; @injectIntl @connect(makeMapStateToProps)