mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 02:11:38 +03:00
permalinks: fix tsc error
This commit is contained in:
parent
fed10bc07c
commit
ee02f61d7b
@ -154,7 +154,7 @@ function GraphPermalink(
|
|||||||
navigate(e);
|
navigate(e);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{loading && association && Placeholder(association.metadata.config.graph)}
|
{loading && association && Placeholder((association.metadata.config as GraphConfig).graph)}
|
||||||
{showTransclusion && index && !loading && (
|
{showTransclusion && index && !loading && (
|
||||||
<TranscludedNode
|
<TranscludedNode
|
||||||
api={api}
|
api={api}
|
||||||
|
Loading…
Reference in New Issue
Block a user