Skip to content

Commit 50a6e68

Browse files
authored
Update CheckToggle.tsx
1 parent 0d866d5 commit 50a6e68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/CheckToggle.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export default function CheckToggle({
1111
text: string;
1212
textColour?: string;
1313
}) {
14-
console.log(textColour);
1514
return (
1615
<div className="pt-4">
1716
<label className="inline-flex items-center cursor-pointer">

0 commit comments

Comments
 (0)