diff --git a/web/storagenode/src/app/components/payments/EstimationArea.vue b/web/storagenode/src/app/components/payments/EstimationArea.vue index 85a7edf7c..d62c63475 100644 --- a/web/storagenode/src/app/components/payments/EstimationArea.vue +++ b/web/storagenode/src/app/components/payments/EstimationArea.vue @@ -104,7 +104,7 @@

{{ totalPayout | centsToDollars }}

-
+

Total + Surge {{ surgePercent }}

{{ heldInfo.paid | centsToDollars }}

@@ -263,7 +263,7 @@ export default class EstimationArea extends Vue { return this.heldInfo.paid; } - return this.heldInfo.paidWithoutSurge; + return this.grossTotal; } /**