forked from treehouse/mastodon
missed a semicolon
parent
be50e45a74
commit
14aae9c05c
|
@ -48,7 +48,7 @@ const makeMapStateToProps = () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
return mapStateToProps;
|
return mapStateToProps;
|
||||||
}
|
};
|
||||||
|
|
||||||
@injectIntl
|
@injectIntl
|
||||||
@connect(makeMapStateToProps)
|
@connect(makeMapStateToProps)
|
||||||
|
|
Loading…
Reference in New Issue