Skip to content

Commit 4e9d93c

Browse files
committed
actually have to make a change for deploy preview
1 parent 9991391 commit 4e9d93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

d3-graph/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ client.config.configureEditorPanel([
1515
const width = 600;
1616
const height = 600;
1717
function renderGraph(data, ref) {
18-
if (!ref.current) return null;
18+
if (!ref.current) return 'null';
1919
d3.selectAll('svg > *').remove();
2020
const links = data.links.map(d => Object.create(d));
2121
const nodes = data.nodes.map(d => Object.create(d));

0 commit comments

Comments
 (0)