1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/app/pages/add-token
Mark Stacey e1c3778446
Fix disabled prop type in AddToken component (#8723)
The `disabled` prop being passed to the `PageContainer` component in
the render function for the `AddToken` component was a string in some
cases. It should always be a boolean. It has been cast to a boolean in
the one case where it was a string.
2020-06-02 18:47:43 -03:00
..
tests Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
token-list Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
token-search Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
add-token.component.js Fix disabled prop type in AddToken component (#8723) 2020-06-02 18:47:43 -03:00
add-token.container.js Implement asset page (#8696) 2020-06-01 14:54:32 -03:00
index.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
index.scss Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
util.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30