1
0
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:
Dan J Miller 2021-12-08 15:30:20 -03:30 committed by GitHub
parent c9768df149
commit 5251d72316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'),
}, },
}; };
}; };