Skip to content

Commit

Permalink
fix: fix return issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 27, 2020
1 parent a41ae4d commit e0e216e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ const fishbone = () => {
const width = 900;
const height = 800;

return;

// d3 selections and related things used in tick function
let node;
let link;
Expand Down

0 comments on commit e0e216e

Please sign in to comment.