Fixed wrong field used in target RPS $ calculation. RPS-27
This commit is contained in:
@@ -77,7 +77,7 @@ export function JobsTargetsStatsMolecule({
|
||||
<Statistic
|
||||
title="Target RPS $"
|
||||
style={{ margin: "0rem .5rem" }}
|
||||
value={actPriceSum.percentage(selectedJobTargetPc * 100).toFormat()}
|
||||
value={dbPriceSum.percentage(selectedJobTargetPc * 100).toFormat()}
|
||||
/>
|
||||
<Statistic
|
||||
title="Current RPS $"
|
||||
|
||||
Reference in New Issue
Block a user