refactor account store + much smoother collection listing updates

This commit is contained in:
daniel31x13
2024-07-30 23:19:29 -04:00
parent d1ed33b532
commit 5c5dd967c4
31 changed files with 260 additions and 259 deletions
+1 -2
View File
@@ -22,8 +22,7 @@ export default function Sidebar({ className }: { className?: string }) {
}
);
const { data: { response: collections } = { response: [] } } =
useCollections();
const { data: collections = [] } = useCollections();
const { tags } = useTagStore();
const [active, setActive] = useState("");