Skip to content

Commit

Permalink
point formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
huboneo committed May 19, 2020
1 parent 10be5a3 commit d2beb65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/browser/modules/Stream/CypherFrame/relatable-view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ function CypherCell({ cell }) {
}

if (isPoint(mapped)) {
return `point(${join(
return `point({${join(
map(entries(mapped), pair => join(pair, ': ')),
', '
)})`
)}})`
}

if (mapped && typeof mapped === 'object') {
Expand Down

0 comments on commit d2beb65

Please sign in to comment.