Closed johnnyshankman closed 3 years ago
Changes the .match call we use within SelectableNumberField.vue to allow for Token IDs of 0 to pass. Previously, the field would simply not let your write 0 and overwrite it to 1 over and over again.
.match
SelectableNumberField.vue
0
1
This change must be made as tokens can have an ID of 0. Example: https://etherscan.io/address/0xc51a5c5c91b22c86c3493891883d8402f437e411#readContract
This PR
Changes the
.match
call we use withinSelectableNumberField.vue
to allow for Token IDs of0
to pass. Previously, the field would simply not let your write0
and overwrite it to1
over and over again.Details
This change must be made as tokens can have an ID of 0. Example: https://etherscan.io/address/0xc51a5c5c91b22c86c3493891883d8402f437e411#readContract
QA