mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Reduce unused branching in UI
This commit is contained in:
parent
3ce6269212
commit
4ffd2265ea
1 changed files with 1 additions and 2 deletions
|
@ -73,9 +73,8 @@
|
||||||
Started: @shopify.IntegratedAt.Value.ToBrowserDate()
|
Started: @shopify.IntegratedAt.Value.ToBrowserDate()
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<button name="command" type="submit" class="btn btn-danger" value="ShopifyClearCredentials">
|
<button name="command" type="submit" class="btn btn-danger" value="ShopifyClearCredentials">
|
||||||
@(shopify.IntegratedAt.HasValue ? "Stop Shopify calls and clear credentials" : "Clear credentials")
|
Stop Shopify calls and clear credentials
|
||||||
</button>
|
</button>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue