Skip to content

Commit 4d78285

Browse files
Add copy button to affiliates table
Added a copy button to the affiliates table in `src/components/AffiliateTableRow.tsx`. The button is intended to copy the affiliate's tracking code.
1 parent 13df265 commit 4d78285

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/components/AffiliateTableRow.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ export const AffiliateTableRow = ({ affiliate, onEdit, onCopyTrackingLink, onDel
5555
>
5656
<Edit2 className="h-2.5 w-2.5" />
5757
</Button>
58-
<Button
59-
variant="outline"
60-
size="sm"
61-
onClick={() => onCopyTrackingLink(affiliate.id)}
62-
className="rounded-lg h-6 w-6 p-0"
63-
>
64-
<Copy className="h-2.5 w-2.5" />
65-
</Button>
6658
<Button
6759
variant="outline"
6860
size="sm"

0 commit comments

Comments
 (0)