Fix lint errors

This commit is contained in:
Gregory Schier
2024-02-26 07:43:08 -08:00
parent c2f3fac22b
commit 4876ff587a
7 changed files with 13 additions and 13 deletions

View File

@@ -86,7 +86,7 @@ export function Sidebar({ className }: Props) {
const [hoveredIndex, setHoveredIndex] = useState<number | null>(null);
const collapsed = useKeyValue<Record<string, boolean>>({
key: ['sidebar_collapsed', activeWorkspace?.id ?? 'n/a'],
defaultValue: {},
fallback: {},
namespace: NAMESPACE_NO_SYNC,
});