Skip to content

Commit 3d59703

Browse files
committed
Merge branch 'fix/datasets' of https://github.com/metacell/virtual-fly-brain into fix/datasets
2 parents 6465568 + 002cae7 commit 3d59703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/virtual-fly-brain/frontend/src/components/StackViewerComponent.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,7 @@ const rgbToHex = (color) => {
15211521
*/
15221522
render: function () {
15231523
return (
1524-
< div className="stack-canvas-container" ref={(el) => { this.stackCanvas = el; }}> </div>
1524+
<div className="stack-canvas-container" ref={(el) => { this.stackCanvas = el; }}></div>
15251525
);
15261526
},
15271527

0 commit comments

Comments
 (0)