Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
tcm390 committed Mar 1, 2025
1 parent 7efd622 commit 9c46e58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/src/components/character-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export default function CharacterForm({
}: CharacterFormProps) {
const { toast } = useToast();

// const [characterValue, setCharacterValue] = useState<Character>(character);
const [isSubmitting, setIsSubmitting] = useState(false);
const [isDeleting, setIsDeleting] = useState(false);

Expand Down

0 comments on commit 9c46e58

Please sign in to comment.