interface: fix tsc

This commit is contained in:
Liam Fitzgerald 2021-11-04 11:06:40 -05:00
parent 678e92a331
commit a486cc1eef

View File

@ -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) {