mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-22 09:36:58 +00:00
Remove bracket
This commit is contained in:
parent
8623500d88
commit
253370a050
@ -367,6 +367,7 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
|
||||
}}
|
||||
/>
|
||||
</ListItemIcon>
|
||||
|
||||
<ListItemText
|
||||
sx={{
|
||||
'& .MuiTypography-root': {
|
||||
@ -377,7 +378,7 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
|
||||
: theme.palette.text.primary,
|
||||
},
|
||||
}}
|
||||
primary={`${
|
||||
primary={
|
||||
isSelectedAppPinned
|
||||
? t('core:action.unpin_app', {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
@ -385,7 +386,7 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
|
||||
: t('core:action.pin_app', {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})
|
||||
}}`}
|
||||
}
|
||||
/>
|
||||
</MenuItem>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user