Add logs for the sidebar components
This commit is contained in:
parent
6bd76420b2
commit
cb7bec391e
@ -110,6 +110,8 @@ export default function DefaultNotaryDashboard(props: IProps) {
|
|||||||
Folders.getInstance()
|
Folders.getInstance()
|
||||||
.get(query)
|
.get(query)
|
||||||
.then((folders) => setFolders(folders));
|
.then((folders) => setFolders(folders));
|
||||||
|
console.log(JSON.stringify(query));
|
||||||
|
console.log(JSON.stringify(folders));
|
||||||
}, [isArchived]);
|
}, [isArchived]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user