1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02: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 Make JSDoc formatting more consistent (#9796) 2020-11-10 14:00:41 -03:30
css Use 1px borders on inputs and buttons (#9766) 2020-10-30 13:31:42 -05:00
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 Make JSDoc formatting more consistent (#9796) 2020-11-10 14:00:41 -03:30
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 Create custom addHexPrefix function (#9306) 2020-11-06 13:18:00 -08:00