diff --git a/src/apps/components/AppsListPage/AppsListPage.tsx b/src/apps/components/AppsListPage/AppsListPage.tsx index 662843df7..8344b6abb 100644 --- a/src/apps/components/AppsListPage/AppsListPage.tsx +++ b/src/apps/components/AppsListPage/AppsListPage.tsx @@ -103,6 +103,16 @@ const AppsListPage: React.FC = ({ id="MYA6EV" />

+ {!!appsInProgress?.length && ( + <> + + + + )} = ({ /> - - {!!appsInProgress?.length && ( - <> - - - - )} ); } diff --git a/src/storybook/__snapshots__/Stories.test.ts.snap b/src/storybook/__snapshots__/Stories.test.ts.snap index 74d797b1e..8d8b2c473 100644 --- a/src/storybook/__snapshots__/Stories.test.ts.snap +++ b/src/storybook/__snapshots__/Stories.test.ts.snap @@ -25053,6 +25053,189 @@ exports[`Storyshots Views / Apps / Apps list default 1`] = `

Third party apps are installed with App Manifests. They contain UI accessible from dashboard and can extend it.

+
+
+
+ + Ongoing Installations + +
+
+
+ + + + + + + + + + + + + + +
+ + app + + +
+ Problem occured during installation + +
+ + +
+ + app pending + + +
+ Installing app... +
+
+
+ + + +
+
+
+ + app success + +
+
+
+
@@ -25302,189 +25485,6 @@ exports[`Storyshots Views / Apps / Apps list default 1`] = `
-
-
-
-
- - Ongoing Installations - -
-
-
- - - - - - - - - - - - - - -
- - app - - -
- Problem occured during installation - -
- - -
- - app pending - - -
- Installing app... -
-
-
- - - -
-
-
- - app success - -
-
-
`;