Updated shortcuts to show again
• Updated: - shortcuts to show again
This commit is contained in:
parent
8c7a52065c
commit
e432c2effb
|
@ -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' />
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue