mirror of https://github.com/tootsuite/mastodon
missed a semicolon
parent
be50e45a74
commit
14aae9c05c
app/javascript/flavours/glitch/features/getting_started
|
@ -48,7 +48,7 @@ const makeMapStateToProps = () => {
|
|||
});
|
||||
|
||||
return mapStateToProps;
|
||||
}
|
||||
};
|
||||
|
||||
@injectIntl
|
||||
@connect(makeMapStateToProps)
|
||||
|
|
Loading…
Reference in New Issue