1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/pages/confirm-transaction-base
Mark Stacey 4cc75eb9af
Remove tOrKey and tOrDefault functions from i18n context (#8211)
These two functions were not especially useful. `tOrDefault` was used
only by `tOrKey`, and `tOrKey` was only used in one place. All it did
was return the given `key` directly if it was falsey, so it was easily
replaced by a condition.
2020-03-19 01:03:20 -03:00
..
tests Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
confirm-transaction-base.component.js Remove tOrKey and tOrDefault functions from i18n context (#8211) 2020-03-19 01:03:20 -03:00
confirm-transaction-base.container.js Remove recompose (#8097) 2020-02-24 19:28:26 -03:30
index.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30