Skip to content

Commit

Permalink
changing toast
Browse files Browse the repository at this point in the history
  • Loading branch information
robertandremitchell committed Dec 6, 2024
1 parent 2dfe948 commit a948ccc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const UserQueriesDisplay: React.FC<UserQueriesDisplayProps> = ({
})
.catch((error) => {
console.error("Failed to copy text:", error);
toast.error("Failed to copy the ID. Please try again.");
});
};

Expand Down

0 comments on commit a948ccc

Please sign in to comment.