1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

[FLASK] Fix a crash that happens after snap install (#16526)

This commit is contained in:
Frederik Bolding 2022-11-22 13:08:57 +01:00 committed by GitHub
parent de955f3faa
commit ed52a4c227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ export default function SnapInstall({
request?.permissions && Object.keys(request.permissions).length > 0;
const warnings = getSnapInstallWarnings(
request.permissions,
request?.permissions ?? {},
targetSubjectMetadata,
t,
);