mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 01:54:43 +03:00
interface: fix tsc
This commit is contained in:
parent
678e92a331
commit
a486cc1eef
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user