mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +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];
|
return [mode, ast];
|
||||||
},
|
},
|
||||||
['block', { type: 'root', children: [] }]
|
['block', { type: 'root', children: [] }] as [StitchMode, GraphAstNode]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
const header = ({ children, depth, ...rest }) => {
|
const header = ({ children, depth, ...rest }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user