Skip to content

Commit 6c03404

Browse files
cleanup
1 parent 12182bb commit 6c03404

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/features/Character/CharacterDetails.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ import { vapi } from "../Assistant";
66
function CharacterDetails() {
77
const [characterDetails, setCharacterDetails] = React.useState<
88
Record<string, string>
9-
>({
10-
name: "John Doe",
11-
"personality traits":
12-
"Mysterious, Intelligent, Smart, Ruthless, Cunning, Manipulative.",
13-
});
9+
>({});
1410

1511
const [editKey, setEditKey] = React.useState<string | null>(null);
1612
const [editValue, setEditValue] = React.useState<string>("");

0 commit comments

Comments
 (0)