Skip to content

Commit aa4573a

Browse files
authored
Merge pull request #7 from gnestor/patch-0.17
Patch 0.17.0
2 parents 142949e + 9adb237 commit aa4573a

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)