Skip to content

Commit

Permalink
prevent currency from being overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Sep 30, 2024
1 parent a11a4d8 commit c56453e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -5862,8 +5862,8 @@ export default class MetamaskController extends EventEmitter {
}

return {
currency: fiatCurrency,
...rate,
currency: fiatCurrency,
};
},
///: BEGIN:ONLY_INCLUDE_IF(keyring-snaps)
Expand Down

0 comments on commit c56453e

Please sign in to comment.