Skip to content

Commit

Permalink
Update chat.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Feb 13, 2025
1 parent b61e350 commit a9560b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1600,8 +1600,8 @@ function _Chat() {
});

// edit / insert message modal
const [isEditingMessage, setIsEditingMessage] = useState(false);

const [, setIsEditingMessage] = useState(false);
const isEditingMessage = false;
// remember unfinished input
useEffect(() => {
// try to load from local storage
Expand Down

0 comments on commit a9560b1

Please sign in to comment.