Update logs
This commit is contained in:
parent
528840bc74
commit
e669d36cb5
@ -71,8 +71,8 @@ export default function DefaultNotaryDashboard(props: IProps) {
|
|||||||
|
|
||||||
const onSelectedBlock = (block: IBlock) => {
|
const onSelectedBlock = (block: IBlock) => {
|
||||||
const folder = folders.find((folder) => folder.uid === block.id);
|
const folder = folders.find((folder) => folder.uid === block.id);
|
||||||
console.log("Folder list:", JSON.stringify(folders));
|
console.error("Folder list:", JSON.stringify(folders));
|
||||||
console.log("JWT:", JSON.stringify(jwt));
|
console.error("JWT:", JSON.stringify(jwt));
|
||||||
if (!folder) return;
|
if (!folder) return;
|
||||||
const path = redirectPath.replace("[folderUid]", folder.uid ?? "");
|
const path = redirectPath.replace("[folderUid]", folder.uid ?? "");
|
||||||
router.push(path);
|
router.push(path);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user