diff --git a/app/javascript/gabsocial/features/shortcuts.js b/app/javascript/gabsocial/features/shortcuts.js index 52af9e9f..5cbce16c 100644 --- a/app/javascript/gabsocial/features/shortcuts.js +++ b/app/javascript/gabsocial/features/shortcuts.js @@ -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 }