diff --git a/interface/src/app/status/Version.tsx b/interface/src/app/status/Version.tsx
index 492ebce2c..ace627042 100644
--- a/interface/src/app/status/Version.tsx
+++ b/interface/src/app/status/Version.tsx
@@ -511,48 +511,11 @@ const Version = () => {
{LL.RELEASE_TYPE()}
-
-
- }
- slotProps={{
- typography: {
- color: 'grey'
- }
- }}
- checked={!isDev}
- label={LL.STABLE()}
- sx={{ '& .MuiSvgIcon-root': { fontSize: 16 } }}
- />
-
- }
- slotProps={{
- typography: {
- color: 'grey'
- }
- }}
- checked={isDev}
- label={LL.DEVELOPMENT()}
- sx={{ '& .MuiSvgIcon-root': { fontSize: 16 } }}
- />
-
+ {isDev ? (
+ {LL.DEVELOPMENT()}
+ ) : (
+ {LL.STABLE()}
+ )}
{internetLive ? (