Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
💄 add v in front of version number
Browse files Browse the repository at this point in the history
add v in front of version number

💄 Cosmetic
  • Loading branch information
TimMikeladze committed Dec 29, 2022
1 parent a20ee7c commit cd9f3af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/UserMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ const UserMenu = () => {
justifyContent="space-between"
>
<Typography level="body3">
{appVersionQuery.data?.appVersion?.version}
{appVersionQuery.data?.appVersion?.version && (
<>v{appVersionQuery.data?.appVersion?.version}</>
)}
</Typography>
<Typography level="body3">
{appVersionQuery.data?.appVersion?.commit}
Expand Down

1 comment on commit cd9f3af

@vercel
Copy link

@vercel vercel bot commented on cd9f3af Dec 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.