diff --git a/project/app/src/app/layout/header/FeedGroupTabList.ts b/project/app/src/app/layout/header/FeedGroupTabList.ts index 6d41d05..16751e1 100644 --- a/project/app/src/app/layout/header/FeedGroupTabList.ts +++ b/project/app/src/app/layout/header/FeedGroupTabList.ts @@ -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")