diff --git a/BTCPayServer.Plugins.Branta/Views/UIBranta/EditBranta.cshtml b/BTCPayServer.Plugins.Branta/Views/UIBranta/EditBranta.cshtml
index 3491251..e89ece6 100644
--- a/BTCPayServer.Plugins.Branta/Views/UIBranta/EditBranta.cshtml
+++ b/BTCPayServer.Plugins.Branta/Views/UIBranta/EditBranta.cshtml
@@ -80,13 +80,7 @@
-@if (!Model.Settings.BrantaEnabled)
-{
-
- Branta is not enabled. Enable Branta to use features in this workspace.
-
-}
-else if (string.IsNullOrEmpty(Model.Settings.StagingEnabled ? Model.Settings.StagingApiKey : Model.Settings.ProductionApiKey))
+@if (string.IsNullOrEmpty(Model.Settings.StagingEnabled ? Model.Settings.StagingApiKey : Model.Settings.ProductionApiKey))
{
@@ -95,12 +89,6 @@ else if (string.IsNullOrEmpty(Model.Settings.StagingEnabled ? Model.Settings.Sta
}
-else
-{
-
- Branta is enabled! You can now create invoices and verify with Branta on the invoice checkout page.
-
-}
@if (Model.Settings.StagingEnabled)
{
@@ -115,6 +103,13 @@ else