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 {
|
class Shortcuts extends ImmutablePureComponent {
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
// this.props.onFetchShortcuts()
|
this.props.onFetchShortcuts()
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
@ -20,8 +20,6 @@ class Shortcuts extends ImmutablePureComponent {
|
||||||
shortcuts,
|
shortcuts,
|
||||||
} = this.props
|
} = this.props
|
||||||
|
|
||||||
return null
|
|
||||||
|
|
||||||
if (isError) {
|
if (isError) {
|
||||||
return <ColumnIndicator type='error' message='Error fetching shortcuts' />
|
return <ColumnIndicator type='error' message='Error fetching shortcuts' />
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue