From cf7534de3d6d1628b71ffd6157e1a31cc02208b6 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Wed, 3 Sep 2025 09:37:29 -0700 Subject: [PATCH] fix version display --- apps/client/src/components/settings/app-version.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/components/settings/app-version.tsx b/apps/client/src/components/settings/app-version.tsx index cb332478..5ba9ce2a 100644 --- a/apps/client/src/components/settings/app-version.tsx +++ b/apps/client/src/components/settings/app-version.tsx @@ -50,7 +50,7 @@ export default function AppVersion() { href="https://github.com/docmost/docmost/releases" target="_blank" > - v{APP_VERSION} + {appVersion?.currentVersion && <>v{appVersion?.currentVersion}}