Skip to content

Commit

Permalink
Merge pull request #10439 from brave/fix_wallet_ui_breakage
Browse files Browse the repository at this point in the history
Fix wallet UI breakage
  • Loading branch information
yrliou authored Oct 9, 2021
2 parents bcc97a5 + 9c7b970 commit ab494a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_wallet_ui/common/wallet_api_proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class WalletApiProxy {
},
onAddEthereumChainRequestCompleted: function (chainId, error) {
},
onEip1559Changed: function (chainId, isEip1559) {
onIsEip1559Changed: function (chainId, isEip1559) {
store.dispatch(WalletActions.isEip1559Changed({ chainId, isEip1559 }))
}
})
Expand Down

0 comments on commit ab494a2

Please sign in to comment.