Skip to content

Commit

Permalink
prettier, again
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Oct 4, 2023
1 parent d1fa154 commit 704db20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/src/components/apps/AppVersionHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ type ReleaseWithError = {

type Props = {
outletContext: {
adminConsoleMetadata: { isAirgap: boolean; isKurl: boolean, isHelmVM: boolean };
adminConsoleMetadata: {
isAirgap: boolean;
isKurl: boolean;
isHelmVM: boolean;
};
app: App;
displayErrorModal: boolean;
isBundleUploading: boolean;
Expand Down

0 comments on commit 704db20

Please sign in to comment.