Fix reporting from profile (#17632)
* Fix reporting from profile * Clean up dead code
This commit is contained in:
parent
a9a43de6d1
commit
b7cf11d5a9
3 changed files with 1 additions and 67 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue