From d0e6bcd784eb461aaf7fad176a704c5eacd0a344 Mon Sep 17 00:00:00 2001 From: dstrukt Date: Sun, 5 Jun 2022 04:43:26 -0700 Subject: [PATCH] ui+payout: removes border --- BTCPayServer/Views/UIStorePullPayments/Payouts.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }