Remove bracket

This commit is contained in:
Nicola Benaglia 2025-05-19 22:42:08 +02:00
parent 8623500d88
commit 253370a050

View File

@ -367,6 +367,7 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
}} }}
/> />
</ListItemIcon> </ListItemIcon>
<ListItemText <ListItemText
sx={{ sx={{
'& .MuiTypography-root': { '& .MuiTypography-root': {
@ -377,7 +378,7 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
: theme.palette.text.primary, : theme.palette.text.primary,
}, },
}} }}
primary={`${ primary={
isSelectedAppPinned isSelectedAppPinned
? t('core:action.unpin_app', { ? t('core:action.unpin_app', {
postProcess: 'capitalizeFirstChar', postProcess: 'capitalizeFirstChar',
@ -385,7 +386,7 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
: t('core:action.pin_app', { : t('core:action.pin_app', {
postProcess: 'capitalizeFirstChar', postProcess: 'capitalizeFirstChar',
}) })
}}`} }
/> />
</MenuItem> </MenuItem>