Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDoge committed Nov 18, 2024
1 parent a28030c commit 08202cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/app/src/app/layout/header/FeedGroupTabList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function FeedGroupTabList(
.role("tablist")
.children(
(() => {
const id = null;
const id = "~";
const current = feedGroupSearchParam.derive((value) => value === id || !value);
return a()
.role("tab")
Expand Down

0 comments on commit 08202cc

Please sign in to comment.