diff --git a/ui/src/components/Layout.tsx b/ui/src/components/Layout.tsx
index 5c8f43d6..ab0977e2 100644
--- a/ui/src/components/Layout.tsx
+++ b/ui/src/components/Layout.tsx
@@ -268,9 +268,9 @@ export function Layout() {
Documentation
-
- {health?.version ? `v${health.version}` : "v?.?.?"}
-
+ {health?.version && (
+ v{health.version}
+ )}