Skip to content

Commit

Permalink
Fixed an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsekulic committed Mar 22, 2023
1 parent 6767150 commit 49a2da2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/scripts/lib/createRPCMethodTrackingMiddleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ export default function createRPCMethodTrackingMiddleware({
METAMETRIC_KEY_OPTIONS[METAMETRIC_KEY.UI_CUSTOMIZATIONS]
.SIWE,
])
: properties.ui_customizations.push([
: properties.ui_customizations.push(
METAMETRIC_KEY_OPTIONS[METAMETRIC_KEY.UI_CUSTOMIZATIONS]
.SIWE,
]);
);
}
}
} catch (e) {
Expand Down Expand Up @@ -305,10 +305,10 @@ export default function createRPCMethodTrackingMiddleware({
METAMETRIC_KEY_OPTIONS[METAMETRIC_KEY.UI_CUSTOMIZATIONS]
.SIWE,
])
: properties.ui_customizations.push([
: properties.ui_customizations.push(
METAMETRIC_KEY_OPTIONS[METAMETRIC_KEY.UI_CUSTOMIZATIONS]
.SIWE,
]);
);
}
}
} catch (e) {
Expand Down

0 comments on commit 49a2da2

Please sign in to comment.