Explorar el Código

Merge pull request #1097 from porter-dev/0.8.0-styling-hotfixes

hotfix: fixed cluster metrics placeholder display
jusrhee hace 4 años
padre
commit
ae771b7430

+ 1 - 1
dashboard/src/main/home/cluster-dashboard/dashboard/Metrics.tsx

@@ -258,7 +258,7 @@ const Metrics: React.FC = () => {
     <LoadingWrapper>
       <Loading />
     </LoadingWrapper>
-  ) : !detected || true ? (
+  ) : !detected ? (
     <>
       <br />
       <br />