1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/app/pages/swaps/awaiting-swap
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
..
view-on-ether-scan-link Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
awaiting-swap.js Fix PropType error on Awaiting Swap page (#9688) 2020-10-23 11:41:10 -02:30
awaiting-swap.stories.js Fix PropType error on Awaiting Swap page (#9688) 2020-10-23 11:41:10 -02:30
index.js Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
index.scss Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
quotes-timeout-icon.js Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
swap-failure-icon.js Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30
swap-success-icon.js Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30