missed a semicolon

pull/12504/head
cwm 2017-12-17 22:21:15 -06:00
parent be50e45a74
commit 14aae9c05c
1 changed files with 1 additions and 1 deletions
app/javascript/flavours/glitch/features/getting_started

View File

@ -48,7 +48,7 @@ const makeMapStateToProps = () => {
});
return mapStateToProps;
}
};
@injectIntl
@connect(makeMapStateToProps)