refactored link state management + a lot of other changes...
This commit is contained in:
@@ -25,9 +25,9 @@ interface ExtendedTreeItem extends TreeItem {
|
||||
const CollectionListing = () => {
|
||||
const { t } = useTranslation();
|
||||
const updateCollection = useUpdateCollection();
|
||||
const { data: collections } = useCollections();
|
||||
const { data: collections = [] } = useCollections();
|
||||
|
||||
const { data: user } = useUser();
|
||||
const { data: user = {} } = useUser();
|
||||
const updateUser = useUpdateUser();
|
||||
|
||||
const router = useRouter();
|
||||
|
||||
Reference in New Issue
Block a user