We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff02625 commit 850d7b3Copy full SHA for 850d7b3
src/dashboard/Apps/AppsIndex.react.js
@@ -115,11 +115,6 @@ class AppsIndex extends React.Component {
115
}
116
117
componentWillMount() {
118
- if (AppsManager.apps().length === 1) {
119
- const [app] = AppsManager.apps();
120
- this.props.navigate(`/apps/${app.slug}/browser`);
121
- return;
122
- }
123
document.body.addEventListener('keydown', this.focusField);
124
AppsManager.getAllAppsIndexStats().then(() => {
125
this.forceUpdate();
0 commit comments