From 850d7b3f20160761a21f68ec398d7207b8226770 Mon Sep 17 00:00:00 2001 From: Ashish Baravaliya <49753983+AshishBarvaliya@users.noreply.github.com> Date: Sun, 25 Feb 2024 19:20:07 -0500 Subject: [PATCH] fix: App metrics for user and installation counts show dash (#2528) --- src/dashboard/Apps/AppsIndex.react.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/dashboard/Apps/AppsIndex.react.js b/src/dashboard/Apps/AppsIndex.react.js index 17629e578..51321ca13 100644 --- a/src/dashboard/Apps/AppsIndex.react.js +++ b/src/dashboard/Apps/AppsIndex.react.js @@ -115,11 +115,6 @@ class AppsIndex extends React.Component { } componentWillMount() { - if (AppsManager.apps().length === 1) { - const [app] = AppsManager.apps(); - this.props.navigate(`/apps/${app.slug}/browser`); - return; - } document.body.addEventListener('keydown', this.focusField); AppsManager.getAllAppsIndexStats().then(() => { this.forceUpdate();