mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
fix labels
This commit is contained in:
parent
c0eb19cce1
commit
c102cc9d3f
@ -35,7 +35,7 @@ export function InlineAddToCart({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<button
|
<button
|
||||||
aria-label="Add item to cart"
|
aria-label="Add to cart"
|
||||||
disabled={isPending || !availableForSale || !selectedVariantId}
|
disabled={isPending || !availableForSale || !selectedVariantId}
|
||||||
title={title}
|
title={title}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
@ -35,7 +35,7 @@ export function PromotedCartItem({
|
|||||||
|
|
||||||
return product ? (
|
return product ? (
|
||||||
<button
|
<button
|
||||||
aria-label="Add item to cart"
|
aria-label="Add to cart"
|
||||||
disabled={isPending || !availableForSale || !selectedVariantId}
|
disabled={isPending || !availableForSale || !selectedVariantId}
|
||||||
title={title}
|
title={title}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user