1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
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
..
components
contexts
css
ducks Gas metrics tweaks for swaps failed and completed events (#9676) 2020-10-22 17:34:34 -02:30
helpers Fix dot-notation issues (#9679) 2020-10-22 14:37:02 -02:30
hooks
pages Fix PropType error on Awaiting Swap page (#9688) 2020-10-23 11:41:10 -02:30
selectors Fix dot-notation issues (#9679) 2020-10-22 14:37:02 -02:30
store