Skip to content

Commit 47bdafc

Browse files
committed
chore(developer): fix appinfowrapper
1 parent 2f60f22 commit 47bdafc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/apps/app-dashboard/src/components/explorer/wrappers/AppInfoWrapper.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export function AppInfoWrapper() {
5858
<ExplorerErrorPage
5959
title="Failed to Load App"
6060
message="We couldn't load the application details. This might be due to a network issue or the app may no longer exist."
61-
showBackButton={true}
6261
/>
6362
);
6463
}
@@ -69,7 +68,6 @@ export function AppInfoWrapper() {
6968
<ExplorerErrorPage
7069
title="Failed to Load App Versions"
7170
message="We couldn't load the version history for this application."
72-
showBackButton={true}
7371
/>
7472
);
7573
}
@@ -80,7 +78,6 @@ export function AppInfoWrapper() {
8078
<ExplorerErrorPage
8179
title="Failed to Load Version Abilities"
8280
message="We couldn't load the capabilities for this app version."
83-
showBackButton={true}
8481
/>
8582
);
8683
}
@@ -91,7 +88,6 @@ export function AppInfoWrapper() {
9188
<ExplorerErrorPage
9289
title="App Not Found"
9390
message={`Application ${appId} could not be found. It may have been removed or the ID is incorrect.`}
94-
showBackButton={true}
9591
/>
9692
);
9793
}
@@ -101,7 +97,6 @@ export function AppInfoWrapper() {
10197
<ExplorerErrorPage
10298
title="No Versions Available"
10399
message="This application has no version information available."
104-
showBackButton={true}
105100
/>
106101
);
107102
}
@@ -111,7 +106,6 @@ export function AppInfoWrapper() {
111106
<ExplorerErrorPage
112107
title="Version Capabilities Unavailable"
113108
message="The capabilities for this app version are not available."
114-
showBackButton={true}
115109
/>
116110
);
117111
}

0 commit comments

Comments
 (0)