Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Jun 19, 2023
1 parent dd552f9 commit d222944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/sell/landing/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ interface CardProps {
as?: React.ElementType;
tags?: string[];
onClick?: () => void;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
[x: string]: any;
}

Expand Down

0 comments on commit d222944

Please sign in to comment.