Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
kielbasa-elp committed Sep 19, 2024
1 parent 566885a commit 32242e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const ExperimentsListItem: React.FC<ExperimentsListItemProps> = ({

onDelete(data);
};
console.log(data);

return (
<Card>
<CardHeader className="max-w-full flex-row gap-2 items-center justify-between space-y-0">
Expand Down

0 comments on commit 32242e1

Please sign in to comment.