Skip to content

Commit

Permalink
fix: coupling tree not working
Browse files Browse the repository at this point in the history
close #1544
  • Loading branch information
hamed-musallam committed May 16, 2022
1 parent 69bbfd0 commit 4c660c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/1d/ranges/Range.tsx
Expand Up @@ -211,8 +211,8 @@ function Range({
signals.length > 0 &&
signals.map((_signal) => (
<MultiplicityTree
rangeFrom={from}
rangeTo={to}
rangeFrom={rangeData.from}
rangeTo={rangeData.to}
signal={_signal}
key={_signal.id}
/>
Expand Down

0 comments on commit 4c660c1

Please sign in to comment.