Show Withdraw button regardless of price

This commit is contained in:
d11n 2025-05-29 08:17:00 +02:00 committed by GitHub
parent f86b996303
commit b489cd0ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@
<label class="btn btn-link" for="BalancePeriodTwoYears">2Y</label>
</InputRadioGroup>
</div>
@if (TotalBalance is > 0)
@if (true || TotalBalance is > 0)
{
<div class="text-center my-5">
<NavLink href="@Routes.Withdraw" class="d-inline-flex align-items-center gap-1 fs-5 bg-light rounded-pill px-5 py-2 fw-semibold">