1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 21:00:13 +01:00
metamask-extension/ui/app
Mark Stacey 4cab30eae1
Remove duplicate percent sign from MetaMask fee (#9647)
The MetaMask fee is shown with two percent signs on the view quote page, because the percent sign is embedded in the fee amount as well as in the localized message.

The fee amount used now comes from the API, and does not have a percent sign. The percent sign is now only in the localized message. This allows for different locales to display the percentage differently. The old hard-coded value with a percent sign embedded has been removed, as it is no longer used anywhere.
2020-10-19 20:58:48 -02:30
..
components Cast MIN_GAS_LIMIT_DEC to number before passing to minimumGasLimit (#9636) 2020-10-19 15:21:36 -02:30
contexts fix issue with unmatched routes (#9595) 2020-10-14 14:23:38 -05:00
css Feature/hide seedphrase when restoring vault (#9329) 2020-09-02 11:45:09 -04:00
ducks Clear all gas slice state on entering and leaving swaps (#9609) 2020-10-14 21:50:37 -02:30
helpers Mark sendToken as optional in constructTxParams docs (#9561) 2020-10-13 11:45:33 -02:30
hooks Fix use transaction time remaining (#9630) 2020-10-19 12:15:21 -02:30
pages Remove duplicate percent sign from MetaMask fee (#9647) 2020-10-19 20:58:48 -02:30
selectors Help users avoid insufficient gas prices in swaps (#9624) 2020-10-17 06:43:51 -02:30
store Remove dead gas estimation functions, rename function (#9579) 2020-10-13 14:13:54 -07:00