diff --git a/BTCPayServer/Views/UIStorePullPayments/Payouts.cshtml b/BTCPayServer/Views/UIStorePullPayments/Payouts.cshtml
index 5e89de8c6..eb579e789 100644
--- a/BTCPayServer/Views/UIStorePullPayments/Payouts.cshtml
+++ b/BTCPayServer/Views/UIStorePullPayments/Payouts.cshtml
@@ -127,7 +127,7 @@
@state.Key.GetStateString()
@if (state.Value > 0)
{
- @state.Value
+ @state.Value
}
}