Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jun 26, 2024
1 parent a9304f0 commit c3185eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web-app/src/components/site/indexes/AskIndexes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ const AskIndexes: FC<AskIndexesProps> = ({ sources }) => {
fetchDefaultQuestions();
}, [fetchDefaultQuestions]);

useEffect(() => {

const handleEditClick = (message: Message, indexOfMessage: number) => {
setEditingMessage(message);
setEditingIndex(indexOfMessage);
Expand Down

0 comments on commit c3185eb

Please sign in to comment.