From 7df794bcb3699857826cb5aa2ec2eaebe10da46b Mon Sep 17 00:00:00 2001 From: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:23:35 -0400 Subject: [PATCH] Update cloud.tsx --- interface/app/$libraryId/debug/cloud.tsx | 96 ++++++++++++------------ 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/interface/app/$libraryId/debug/cloud.tsx b/interface/app/$libraryId/debug/cloud.tsx index be11f0760..dfc60cbea 100644 --- a/interface/app/$libraryId/debug/cloud.tsx +++ b/interface/app/$libraryId/debug/cloud.tsx @@ -44,7 +44,7 @@ export const Component = () => { // }; // return
{Authenticated()}
; - return <>; + return
; }; // million-ignore @@ -74,53 +74,53 @@ export const Component = () => { // ); // }, [cloudLibrary.data, library.instance_id]); - return ( - - - - } - > - {cloudLibrary.data ? ( -
- - {thisInstance && } - -
- ) : ( -
- - -
- -

- {t('cloud_connect_description')} -

-
- -
-
- )} -
- ); -} +// return ( +// +// +// +// } +// > +// {cloudLibrary.data ? ( +//
+// +// {thisInstance && } +// +//
+// ) : ( +//
+// +// +//
+// +//

+// {t('cloud_connect_description')} +//

+//
+// +//
+//
+// )} +//
+// ); +// } // // million-ignore // const Instances = ({ instances }: { instances: any[] }) => {