Skip to content

Commit

Permalink
Update quest-list.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed Nov 6, 2023
1 parent fdacd27 commit ac5a213
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/react-app/src/components/views/quest-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ export default function QuestList() {
}
}, [transaction?.status, transaction?.type]);

const searchWords = useMemo(
() => filter.search.split(/[&|]/gm).map((x) => x.trim()),
[filter.search],
);

const fetchQuestUntilNew = (newQuestAddress: string) => {
setTimeout(async () => {
const newQuest = await QuestService.fetchQuest(newQuestAddress);
Expand Down

0 comments on commit ac5a213

Please sign in to comment.