Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Oct 19, 2024
1 parent 8d934e5 commit 27dddce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/www/src/hooks/useCopyToClipboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const useCopyToClipboard = ({
});

if (tooltip) {
console.log('a');
toast.success(tooltip, data);
}
};
Expand Down

0 comments on commit 27dddce

Please sign in to comment.