1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix ICON_NAMES error for snaps settings (#18784)

This commit is contained in:
David Walsh 2023-04-24 10:47:32 -05:00 committed by GitHub
parent 632ae0b7c3
commit 9ddbd9b4e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,7 +276,7 @@ class SettingsPage extends PureComponent {
{
content: t('snaps'),
icon: (
<Icon name={ICON_NAMES.SNAPS} title={t('snapsSettingsDescription')} />
<Icon name={IconName.Snaps} title={t('snapsSettingsDescription')} />
),
key: SNAPS_LIST_ROUTE,
},