Skip to content

Commit

Permalink
Update CheckToggle.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rerpha authored Jan 16, 2025
1 parent 0d866d5 commit 50a6e68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/CheckToggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default function CheckToggle({
text: string;
textColour?: string;
}) {
console.log(textColour);
return (
<div className="pt-4">
<label className="inline-flex items-center cursor-pointer">
Expand Down

0 comments on commit 50a6e68

Please sign in to comment.