mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
Merge pull request #3860 from tylershuster/publish-spinner
publish: fixes #3859, fixes #3844
This commit is contained in:
commit
7bb8d42ca8
@ -87,7 +87,7 @@ export function getLatestRevision(node: GraphNode): [number, string, string, Pos
|
||||
return empty
|
||||
}
|
||||
const [title, body] = rev.post.contents as TextContent[];
|
||||
return [revNum, title.text, body.text, rev.post];
|
||||
return [revNum.toJSNumber(), title.text, body.text, rev.post];
|
||||
}
|
||||
|
||||
export function getComments(node: GraphNode): GraphNode {
|
||||
|
Loading…
Reference in New Issue
Block a user