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:
parent
632ae0b7c3
commit
9ddbd9b4e7
@ -276,7 +276,7 @@ class SettingsPage extends PureComponent {
|
|||||||
{
|
{
|
||||||
content: t('snaps'),
|
content: t('snaps'),
|
||||||
icon: (
|
icon: (
|
||||||
<Icon name={ICON_NAMES.SNAPS} title={t('snapsSettingsDescription')} />
|
<Icon name={IconName.Snaps} title={t('snapsSettingsDescription')} />
|
||||||
),
|
),
|
||||||
key: SNAPS_LIST_ROUTE,
|
key: SNAPS_LIST_ROUTE,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user