mirror of
https://github.com/urbit/shrub.git
synced 2025-01-05 02:57:18 +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 showNickname = useShowNickname(contact);
|
||||||
|
|
||||||
const readBook = useCallback(() => {
|
const readBook = useCallback(() => {
|
||||||
useHarkState.getState().readGraph(association.resource, 'graph-validator-publish');
|
useHarkState.getState().readGraph(association.resource);
|
||||||
}, [association.resource]);
|
}, [association.resource]);
|
||||||
|
|
||||||
if (!group) {
|
if (!group) {
|
||||||
|
Loading…
Reference in New Issue
Block a user