mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Remove unnecessary action text property from whats new notification 9 (#13021)
This commit is contained in:
parent
c9768df149
commit
5251d72316
@ -131,7 +131,6 @@ export const getTranslatedUINoficiations = (t, locale) => {
|
|||||||
date: new Intl.DateTimeFormat(formattedLocale).format(
|
date: new Intl.DateTimeFormat(formattedLocale).format(
|
||||||
new Date(UI_NOTIFICATIONS[9].date),
|
new Date(UI_NOTIFICATIONS[9].date),
|
||||||
),
|
),
|
||||||
actionText: t('notifications9ActionText'),
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user