diff --git a/apps/fabro-web/app/routes/run-sandbox.tsx b/apps/fabro-web/app/routes/run-sandbox.tsx
index c2a41fb9a..b04470277 100644
--- a/apps/fabro-web/app/routes/run-sandbox.tsx
+++ b/apps/fabro-web/app/routes/run-sandbox.tsx
@@ -109,12 +109,12 @@ function StatusStrip({ details }: { details: SandboxDetails }) {
{display.label}
+ {showNative && (
+
+ ({details.native_state})
+
+ )}
- {showNative && (
-
- native: {details.native_state}
-
- )}
);
}