mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
Merge pull request #9619 from strapi/features/i18n-fix-icon-alignment
Fix icon alignment in i18n settings
This commit is contained in:
commit
815e92d441
@ -23,7 +23,7 @@ const LocaleSettingsPage = ({ locale, onDelete, onEdit }) => {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (onDelete) {
|
if (onDelete && !locale.isDefault) {
|
||||||
links.push({
|
links.push({
|
||||||
icon: !locale.isDefault ? (
|
icon: !locale.isDefault ? (
|
||||||
<span aria-label={formatMessage({ id: getTrad('Settings.list.actions.delete') })}>
|
<span aria-label={formatMessage({ id: getTrad('Settings.list.actions.delete') })}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user