a11y pass

This commit is contained in:
Belen Curcio
2020-10-25 11:00:34 -03:00
parent f2997c2519
commit 4784c06105
4 changed files with 3 additions and 5 deletions

View File

@@ -112,7 +112,6 @@ const ProductView: FC<Props> = ({ product, className }) => {
label={v.label}
onClick={() => {
setChoices((choices) => {
console.log(choices)
return {
...choices,
[opt.displayName]: v.label,