storj/web/multinode
Khushal Shah 4535da96ee
web/multinode: removed conversion for Expectations (#4216)
What: 
Removed the `convertToCents` methods from the `Expectation` class, since the expectations were already in cents.

Why:
Fixes https://github.com/storj/storj/issues/4202
The `/expectations` endpoint already returns the amounts for `currentMonthEstimation` and `undistributed` in cents. So there is no need to convert them again to cents before the dollar conversion.

This change removes the `convertToCents` from the `Expectation` class.
2021-10-14 12:12:24 +00:00
..
src web/multinode: removed conversion for Expectations (#4216) 2021-10-14 12:12:24 +00:00
static web/multinode: wallets page markup 2021-06-08 18:47:43 +03:00
tests/unit web/: disallow warnings and errors in tests 2021-09-07 13:43:26 +00:00
.eslintrc.js web/: add custom linter for requiring @vue/component 2021-09-01 13:56:37 +00:00
.gitignore web/multinode: initial app and configs 2020-12-17 19:46:56 +02:00
.stylelintignore web/: add custom linter for requiring @vue/component 2021-09-01 13:56:37 +00:00
.stylelintrc.js web/: add custom linter for requiring @vue/component 2021-09-01 13:56:37 +00:00
babel.config.js web/multinode: switch to eslint 2021-08-03 13:00:15 +03:00
index.html web/multinode: favicon added 2021-03-22 12:50:53 +00:00
jestSetup.ts web/: disallow warnings and errors in tests 2021-09-07 13:43:26 +00:00
package-lock.json web: optimize builds 2021-10-12 11:29:37 +00:00
package.json web: optimize builds 2021-10-12 11:29:37 +00:00
tsconfig.json web/multinode: store and payouts components tests added 2021-05-14 12:45:10 +00:00
vue.config.js web: optimize builds 2021-10-12 11:29:37 +00:00