Skip to content

Commit 29e8663

Browse files
committed
fix: lint error
1 parent 9a964c2 commit 29e8663

File tree

1 file changed

+1
-1
lines changed
  • app/client/src/ce/pages/Applications

1 file changed

+1
-1
lines changed

app/client/src/ce/pages/Applications/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ export function LeftPane(props: LeftPaneProps) {
457457
isBannerVisible = false,
458458
isFetchingOrganizations,
459459
isFetchingWorkspaces,
460-
workspaces = [],
461460
organizations = [],
461+
workspaces = [],
462462
} = props;
463463
const isMobile = useIsMobileDevice();
464464
const isCloudBillingEnabled = useIsCloudBillingEnabled();

0 commit comments

Comments
 (0)