Skip to content

Commit 7d9a1ba

Browse files
committed
fix: update message
1 parent 2465a25 commit 7d9a1ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/UpgradeVersion.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default function UpgradesCard({ version }: Props): React.ReactElement | n
8989
<Typography variant='h5'>Available versions</Typography>
9090

9191
<Typography variant='body1' sx={{ fontSize: '14px', fontWeight: 'bold' }}>
92-
Current version: v{version}
92+
Current version: {version}
9393
</Typography>
9494
</Stack>
9595

@@ -106,7 +106,7 @@ export default function UpgradesCard({ version }: Props): React.ReactElement | n
106106
}}
107107
>
108108
<Typography sx={{ marginRight: '2rem' }}>
109-
There are no new updates for v{currentMajorVersion}
109+
There are no new updates for {currentMajorVersion}
110110
</Typography>
111111
</Box>
112112
)}

0 commit comments

Comments
 (0)