diff --git a/app/javascript/mastodon/components/status.js b/app/javascript/mastodon/components/status.js index 7dded434c2d376..3de250a355b834 100644 --- a/app/javascript/mastodon/components/status.js +++ b/app/javascript/mastodon/components/status.js @@ -196,18 +196,7 @@ class Status extends ImmutablePureComponent { } if (status.get('filtered') || status.getIn(['reblog', 'filtered'])) { - const minHandlers = this.props.muted ? {} : { - moveUp: this.handleHotkeyMoveUp, - moveDown: this.handleHotkeyMoveDown, - }; - - return ( - -
- -
-
- ); + return null; } if (featured) {