formatting

This commit is contained in:
proddy
2025-02-22 13:35:18 +01:00
parent 4734a81fdb
commit dceafe65a7

View File

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