Skip to content

Commit 9adb237

Browse files
committed
Fix git merge artifact
1 parent 142949e commit 9adb237

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

labextension/src/doc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ export class DocWidget extends Widget {
5757
const content = this._context.model.toString();
5858
try {
5959
const { resources: [ props ] } = JSON.parse(content);
60-
ReactDOM.render(<JSONTableComponent {...props} />, this.node);
60+
ReactDOM.render(<JSONTable {...props} />, this.node);
6161
} catch (error) {
62-
6362
const ErrorDisplay = props => (
6463
<div
6564
className="jp-RenderedText jp-mod-error"

0 commit comments

Comments
 (0)