Updated shortcuts to show again

• Updated:
- shortcuts to show again
This commit is contained in:
mgabdev 2021-01-09 02:01:11 -05:00
parent 8c7a52065c
commit e432c2effb
1 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import List from '../components/list'
class Shortcuts extends ImmutablePureComponent {
componentDidMount() {
// this.props.onFetchShortcuts()
this.props.onFetchShortcuts()
}
render() {
@ -20,8 +20,6 @@ class Shortcuts extends ImmutablePureComponent {
shortcuts,
} = this.props
return null
if (isError) {
return <ColumnIndicator type='error' message='Error fetching shortcuts' />
}