Skip to content

Commit

Permalink
Status tag handling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calvadev committed Feb 22, 2025
1 parent 6389f9f commit 258a120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/utility-components/checkout-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ export default function CheckoutCard({
{renderSizeGrid()}
<div className="flex w-full flex-col gap-2">
<div className="flex flex-wrap items-center gap-2">
{status && status !== "sold" ? (
{status !== "sold" ? (
<>
<Button
className={`${SHOPSTRBUTTONCLASSNAMES} ${
Expand Down

0 comments on commit 258a120

Please sign in to comment.