mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-12 22:06:55 +01:00
missed a semicolon
This commit is contained in:
parent
be50e45a74
commit
14aae9c05c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ const makeMapStateToProps = () => {
|
|||
});
|
||||
|
||||
return mapStateToProps;
|
||||
}
|
||||
};
|
||||
|
||||
@injectIntl
|
||||
@connect(makeMapStateToProps)
|
||||
|
|
Loading…
Reference in a new issue