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[] }) => {