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>
|
</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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user