diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2019-01-02 15:28:53 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-01-02 07:28:53 +0100 |
commit | dc84899fffbee254454e88f3d78848eb6c51beeb (patch) | |
tree | 1ad9fa93d6de010fe07a4bedb4dafcc1129a78c7 /app | |
parent | 70be301d6988c229b18e165b6501f988359181ff (diff) |
Upgrade ESLint to v5.x (#9694)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/mastodon/containers/domain_container.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/javascript/mastodon/containers/domain_container.js b/app/javascript/mastodon/containers/domain_container.js index 52d5c1613..813178bbf 100644 --- a/app/javascript/mastodon/containers/domain_container.js +++ b/app/javascript/mastodon/containers/domain_container.js @@ -10,8 +10,7 @@ const messages = defineMessages({ }); const makeMapStateToProps = () => { - const mapStateToProps = (state, { }) => ({ - }); + const mapStateToProps = () => ({}); return mapStateToProps; }; |