mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
[FLASK] Fix a crash that happens after snap install (#16526)
This commit is contained in:
parent
de955f3faa
commit
ed52a4c227
@ -42,7 +42,7 @@ export default function SnapInstall({
|
|||||||
request?.permissions && Object.keys(request.permissions).length > 0;
|
request?.permissions && Object.keys(request.permissions).length > 0;
|
||||||
|
|
||||||
const warnings = getSnapInstallWarnings(
|
const warnings = getSnapInstallWarnings(
|
||||||
request.permissions,
|
request?.permissions ?? {},
|
||||||
targetSubjectMetadata,
|
targetSubjectMetadata,
|
||||||
t,
|
t,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user