diff --git a/ui/src/components/Layout.tsx b/ui/src/components/Layout.tsx index 5c8f43d..ab0977e 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} + )}