From a486cc1eefacc1705bed479218a580957cae86b6 Mon Sep 17 00:00:00 2001 From: Liam Fitzgerald Date: Thu, 4 Nov 2021 11:06:40 -0500 Subject: [PATCH] interface: fix tsc --- pkg/interface/src/views/apps/publish/components/Notebook.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/interface/src/views/apps/publish/components/Notebook.tsx b/pkg/interface/src/views/apps/publish/components/Notebook.tsx index 8ea7441b0..c997bb6a3 100644 --- a/pkg/interface/src/views/apps/publish/components/Notebook.tsx +++ b/pkg/interface/src/views/apps/publish/components/Notebook.tsx @@ -36,7 +36,7 @@ export function Notebook(props: NotebookProps & RouteComponentProps): ReactEleme const showNickname = useShowNickname(contact); const readBook = useCallback(() => { - useHarkState.getState().readGraph(association.resource, 'graph-validator-publish'); + useHarkState.getState().readGraph(association.resource); }, [association.resource]); if (!group) {