Skip to content

Commit

Permalink
fix: quest list default filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bensigo committed Oct 4, 2023
1 parent 1f11191 commit cb37171
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 cb37171

Please sign in to comment.