1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/ui/app
Mark Stacey 65fb18e1aa
Fix PropType warning about quoteDataRows[0].rawNetworkFees (#9842)
The property `quoteDataRows[0]rawNetworkFees` was described as a number
rather than a string. In practice it is a string in all cases. The
PropType and the tests have both been updated to expect it to be a
string.
2020-11-10 14:17:55 -03:30
..
components Fix gas_fees properties collected for swaps analytics events (#9727) 2020-11-10 14:09:45 -03:30
contexts
css
ducks Fix gas_fees properties collected for swaps analytics events (#9727) 2020-11-10 14:09:45 -03:30
helpers Fix gas_fees properties collected for swaps analytics events (#9727) 2020-11-10 14:09:45 -03:30
hooks
pages Fix PropType warning about quoteDataRows[0].rawNetworkFees (#9842) 2020-11-10 14:17:55 -03:30
selectors Fix gas_fees properties collected for swaps analytics events (#9727) 2020-11-10 14:09:45 -03:30
store