diff --git a/interface/src/app/status/Version.tsx b/interface/src/app/status/Version.tsx
index c06e3538e..0178cac27 100644
--- a/interface/src/app/status/Version.tsx
+++ b/interface/src/app/status/Version.tsx
@@ -273,6 +273,14 @@ const Version = () => {
{LL.LATEST_VERSION(usingDevVersion ? LL.DEVELOPMENT() : LL.STABLE())}
+
>
);
}