Skip to content

Commit 850d7b3

Browse files
fix: App metrics for user and installation counts show dash (#2528)
1 parent ff02625 commit 850d7b3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/dashboard/Apps/AppsIndex.react.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ class AppsIndex extends React.Component {
115115
}
116116

117117
componentWillMount() {
118-
if (AppsManager.apps().length === 1) {
119-
const [app] = AppsManager.apps();
120-
this.props.navigate(`/apps/${app.slug}/browser`);
121-
return;
122-
}
123118
document.body.addEventListener('keydown', this.focusField);
124119
AppsManager.getAllAppsIndexStats().then(() => {
125120
this.forceUpdate();

0 commit comments

Comments
 (0)