chore: todo task added

This commit is contained in:
asiaznik
2023-10-27 17:21:34 +02:00
parent df410b9db6
commit e36e9e9b47
@@ -184,6 +184,7 @@ export const Statistics = ({
/>
);
// TODO: replace this crude calculation with a value coming from the API (once available)
const referrerVolumeValue = new BigNumber(runningVolumeValue)
.minus(refereesVolumeValue)
.toNumber();