fix version display
This commit is contained in:
parent
adec36d544
commit
cf7534de3d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export default function AppVersion() {
|
||||||
href="https://github.com/docmost/docmost/releases"
|
href="https://github.com/docmost/docmost/releases"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
v{APP_VERSION}
|
{appVersion?.currentVersion && <>v{appVersion?.currentVersion}</>}
|
||||||
</Text>
|
</Text>
|
||||||
</Indicator>
|
</Indicator>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue