Skip to content

Commit

Permalink
Update TreeView.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Nov 5, 2020
1 parent 82ed697 commit 24f0189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/TreeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const TreeView = ({ mime, body, cell_id, all_completed_promise, requests,
break
case "Dict":
case "NamedTuple":
inner = html`<jldict class=${body.type}
inner = html`${body.prefix}<jldict class=${body.type}
>${body.elements.map((r) => (r === "more" ? more : html`<r><k>${mimepair_output(r[0])}</k><v>${mimepair_output(r[1])}</v></r>`))}</jldict
>`
break
Expand Down

0 comments on commit 24f0189

Please sign in to comment.