refactor: don't recompute direction percentages
This commit is contained in:
parent
6e8e784dc8
commit
0de4fcce93
1 changed files with 1 additions and 4 deletions
|
|
@ -273,10 +273,7 @@ const SystemPerformance = () => {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<PercentageChart
|
||||
cashIn={getDirectionPercent().cashIn}
|
||||
cashOut={getDirectionPercent().cashOut}
|
||||
/>
|
||||
<PercentageChart {...getDirectionPercent()} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue