refactor account store + much smoother collection listing updates
This commit is contained in:
+1
-2
@@ -22,8 +22,7 @@ import { useCollections } from "@/hooks/store/collections";
|
||||
|
||||
export default function Dashboard() {
|
||||
const { t } = useTranslation();
|
||||
const { data: { response: collections } = { response: [] } } =
|
||||
useCollections();
|
||||
const { data: collections = [] } = useCollections();
|
||||
const { links } = useLinkStore();
|
||||
const { tags } = useTagStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user