Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 22, 2023
1 parent fe1adbf commit 90dcedc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/components/Cell.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,7 @@ export const IsolatedCell = ({ cell_input: { cell_id, metadata }, cell_result: {

return html`
<pluto-cell ref=${node_ref} id=${cell_id} class=${hidden ? "hidden-cell" : "isolated-cell"}>
<<<<<<< HEAD ${cell_api_ready ? html`<${CellOutput} ...${output} sanitize_html=${sanitize_html} cell_id=${cell_id} />` : html``} =======
${cell_api_ready ? html`<${CellOutput} ...${output} cell_id=${cell_id} />` : html``} >>>>>>> main
${cell_api_ready ? html`<${CellOutput} ...${output} sanitize_html=${sanitize_html} cell_id=${cell_id} />` : html``}
${show_logs ? html`<${Logs} logs=${Object.values(logs)} line_heights=${[15]} set_cm_highlighted_line=${() => {}} />` : null}
</pluto-cell>
`
Expand Down

0 comments on commit 90dcedc

Please sign in to comment.