1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui
Mark Stacey 209f2afd3d
Fix PropType error on Awaiting Swap page (#9688)
A PropType error was shown in the console when on the Awaiting Swap
page in certain error scenarios. The `symbol` property was sometimes
not set if `destinationTokenInfo` was missing.

The `symbol` prop has been removed, as the `AwaitingSwap` component
already selected the `fetchParams`, and the `destinationTokenInfo`
object within. The prop was effectively a duplicate.
2020-10-23 11:41:10 -02:30
..
app Fix PropType error on Awaiting Swap page (#9688) 2020-10-23 11:41:10 -02:30
lib Update ESLint shared config to v3 (#9274) 2020-08-19 13:57:05 -02:30
index.js Merge pull request from GHSA-c2xw-px2x-pr65 2020-10-06 15:27:02 -02:30