Skip to content

Commit

Permalink
fix: set correct test id (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
malinovic authored May 4, 2024
1 parent 4c7d0b1 commit b15b01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/like-button/like-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const LikeButton: React.FC<LikeButtonProps> = ({
icon={<HeartIcon size="s" color="base" />}
hoveredIcon={<HeartIcon size="s" color="secondary" />}
toggledIcon={<HeartIcon size="s" color="secondary" filled={true} />}
data-testid={testid}
testid={testid}
/>
);
};

0 comments on commit b15b01f

Please sign in to comment.