Skip to content

Commit

Permalink
Merge pull request #6 from Bensigo/development
Browse files Browse the repository at this point in the history
fix: quest list default filter, make active the default filter
  • Loading branch information
Bensigo authored Oct 4, 2023
2 parents 31745eb + cb37171 commit 5b41e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/quest/QuestHomeWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const QuestHomeWrapper = () => {
const router = useRouter();
const [selectedFilter, setSelectedFilter] = useState<
"all" | "active" | "inactive"
>("all");
>("active");
const ctx = api.useContext()
const {
data: quests,
Expand Down

0 comments on commit 5b41e12

Please sign in to comment.