diff --git a/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx b/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx index 74bf2ad18..9719a9f84 100644 --- a/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx +++ b/pkg/interface/src/views/landscape/components/Graph/GraphContent.tsx @@ -446,7 +446,7 @@ const renderers = { ); }, list: ({ depth, ordered, children }) => { - return ordered ?
    {children}
: ; + return ordered ?
    {children}
: ; }, 'graph-mention': (obj) => { return ; diff --git a/pkg/interface/src/views/landscape/components/Graph/blockquote.js b/pkg/interface/src/views/landscape/components/Graph/blockquote.js index bdc819091..17fe81d24 100644 --- a/pkg/interface/src/views/landscape/components/Graph/blockquote.js +++ b/pkg/interface/src/views/landscape/components/Graph/blockquote.js @@ -120,7 +120,6 @@ function blockquote(eat, value, silent) { exit = self.enterBlock() contents = self.tokenizeBlock(contents.join(lineFeed), now) - console.log(values); exit() const added = add({type: 'blockquote', children: contents})