parent
47489783bc
commit
eee362b9e0
6 changed files with 20 additions and 7 deletions
|
@ -452,7 +452,7 @@ class Status extends ImmutablePureComponent {
|
|||
moveDown: this.handleHotkeyMoveDown,
|
||||
};
|
||||
|
||||
if (status.get('filter_action') === 'half_warn') {
|
||||
if (status.get('filter_action_ex') === 'half_warn') {
|
||||
return (
|
||||
<HotKeys handlers={minHandlers}>
|
||||
<div className='status__wrapper status__wrapper--filtered focusable' tabIndex={0} ref={this.handleRef}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue