diff --git a/frontend/src/components/resources/build/index.tsx b/frontend/src/components/resources/build/index.tsx index 487e14dc2..825c764c2 100644 --- a/frontend/src/components/resources/build/index.tsx +++ b/frontend/src/components/resources/build/index.tsx @@ -140,7 +140,7 @@ export const BuildComponents: RequiredResourceComponents = { -
+
-
+
-
+
-
+
-
+
-
+
{!is_down && stack?.info?.deployed_contents && ( - + deployed contents:{" "} {stack?.info?.deployed_contents?.map((content, i) => (
@@ -34,7 +34,7 @@ export const StackInfo = ({
 
       {stack?.config?.file_contents ? (
         
-          
+          
             latest contents:{" "}
             
               defined in UI:
@@ -46,7 +46,7 @@ export const StackInfo = ({
         stack?.info?.remote_contents &&
         stack?.info?.remote_contents.length > 0 && (
           
-            
+            
               latest contents:{" "}
               {stack?.info?.remote_contents?.map((content, i) => (
                 
@@ -60,7 +60,7 @@ export const StackInfo = ({
       )}
       {stack?.info?.remote_errors && stack?.info?.remote_errors.length > 0 && (
         
-          
+          
             remote errors:{" "}
             {stack?.info?.remote_errors?.map((content, i) => (