fix showing version in dialog

This commit is contained in:
proddy
2025-02-16 11:31:49 +01:00
parent ea70119138
commit 09a746cf8e

View File

@@ -140,7 +140,7 @@ const Version = () => {
</DialogTitle> </DialogTitle>
<DialogContent dividers> <DialogContent dividers>
<Typography mb={2}> <Typography mb={2}>
{LL.INSTALL_VERSION(usingDevVersion ? latestDevVersion : latestVersion)} {LL.INSTALL_VERSION(usingDevVersion ? latestDevVersion?.name : latestVersion?.name)}
</Typography> </Typography>
</DialogContent> </DialogContent>
<DialogActions> <DialogActions>