fix linting for nsfw overlay component
This commit is contained in:
parent
a759ccb64b
commit
d443158ae9
1 changed files with 4 additions and 1 deletions
|
@ -6,4 +6,7 @@ const perform = dispatch => ({
|
|||
navigateSettings: () => dispatch(doNavigate('/settings')),
|
||||
});
|
||||
|
||||
export default connect(null, perform)(NsfwOverlay);
|
||||
export default connect(
|
||||
null,
|
||||
perform
|
||||
)(NsfwOverlay);
|
||||
|
|
Loading…
Reference in a new issue