diff --git a/client/web/src/components/update-available.tsx b/client/web/src/components/update-available.tsx index 763007de8..6725ffdb0 100644 --- a/client/web/src/components/update-available.tsx +++ b/client/web/src/components/update-available.tsx @@ -15,7 +15,7 @@ export function UpdateAvailableNotification({ const [, setLocation] = useLocation() return ( - +

Update available{" "} {details.LatestVersion && `(v${details.LatestVersion})`}