mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
GraphContent: fix tsc
This commit is contained in:
parent
ad08450626
commit
3bce33de3e
@ -225,7 +225,7 @@ function stitchAsts(asts: [StitchMode, GraphAstNode][]) {
|
||||
}
|
||||
return [mode, ast];
|
||||
},
|
||||
['block', { type: 'root', children: [] }]
|
||||
['block', { type: 'root', children: [] }] as [StitchMode, GraphAstNode]
|
||||
);
|
||||
}
|
||||
const header = ({ children, depth, ...rest }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user