ianalin123 commited on
Commit
fcdc17f
·
2 Parent(s): 4c6824f 8ae8523

Merge origin/pr/6 into pr/6 — keep local refactor (openenv, env, no legacy engine)

Browse files
Files changed (1) hide show
  1. src/components/CreaseCanvas.js +0 -1
src/components/CreaseCanvas.js CHANGED
@@ -33,7 +33,6 @@ function GhostEdges({ target, dim }) {
33
  }
34
 
35
  function CurrentEdges({ paperState, dim }) {
36
-
37
  if (!paperState) return null;
38
  const { vertices_coords, edges_vertices, edges_assignment } = paperState;
39
  if (!vertices_coords || !edges_vertices || !edges_assignment) return null;
 
33
  }
34
 
35
  function CurrentEdges({ paperState, dim }) {
 
36
  if (!paperState) return null;
37
  const { vertices_coords, edges_vertices, edges_assignment } = paperState;
38
  if (!vertices_coords || !edges_vertices || !edges_assignment) return null;