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