about summary refs log tree commit diff
path: root/app/javascript/mastodon/reducers/index.js
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-02-23 21:37:02 +0100
committerGitHub <noreply@github.com>2022-02-23 21:37:02 +0100
commitb7cf11d5a93530f736b1584f0d13d8fe50f45ccf (patch)
treef21ce46c6be32faa4e94855a2f61d65b43065e5e /app/javascript/mastodon/reducers/index.js
parenta9a43de6d1502a6cbb388a5dbcd0e8532c236e64 (diff)
Fix reporting from profile (#17632)
* Fix reporting from profile

* Clean up dead code
Diffstat (limited to 'app/javascript/mastodon/reducers/index.js')
-rw-r--r--app/javascript/mastodon/reducers/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/javascript/mastodon/reducers/index.js b/app/javascript/mastodon/reducers/index.js
index ce4ef991d..0219d8a5e 100644
--- a/app/javascript/mastodon/reducers/index.js
+++ b/app/javascript/mastodon/reducers/index.js
@@ -17,7 +17,6 @@ import status_lists from './status_lists';
 import mutes from './mutes';
 import blocks from './blocks';
 import boosts from './boosts';
-// import reports from './reports';
 import rules from './rules';
 import contexts from './contexts';
 import compose from './compose';
@@ -62,7 +61,6 @@ const reducers = {
   mutes,
   blocks,
   boosts,
-  // reports,
   rules,
   contexts,
   compose,