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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<PercentageChart
|
<PercentageChart {...getDirectionPercent()} />
|
||||||
cashIn={getDirectionPercent().cashIn}
|
|
||||||
cashOut={getDirectionPercent().cashOut}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue