1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui
Mark Stacey 57e83ff82a
Fix a propType warning on the Flask welcome screen (#13224) (#13246)
The first page of the Flask onboarding was causing a propType warning
to appear in the console. It was caused by the array of React Fragments
used to construct the ASCII fox; they were missing the `key` prop.

These fragments are static content, so React doesn't really need to
worry about what to do in the event they are re-ordered. The array
index has been used as the key to silence the warning.
2022-01-10 13:31:37 -03:30
..
__mocks__ Increase Jest unit test coverage for the Swaps feature to ~60% (#11343) 2021-07-02 08:48:34 -05:00
components Fix a propType warning on the Flask welcome screen (#13224) (#13246) 2022-01-10 13:31:37 -03:30
contexts Add JSDoc ESLint rules (#12112) 2022-01-07 12:27:33 -03:30
css Dark Mode Part 1: Switch to Using CSS Variables (#13147) 2022-01-06 11:35:49 -06:00
ducks Feat/collectibles send flow (#13048) 2022-01-10 10:23:53 -06:00
helpers Feat/collectibles send flow (#13048) 2022-01-10 10:23:53 -06:00
hooks Feat/collectibles send flow (#13048) 2022-01-10 10:23:53 -06:00
pages Feat/collectibles send flow (#13048) 2022-01-10 10:23:53 -06:00
selectors Alert users when the network is busy (#12268) 2022-01-07 12:18:02 -07:00
store Feat/collectibles send flow (#13048) 2022-01-10 10:23:53 -06:00
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00