From 4ffd2265ea22422be5fd25088df234a7109171d6 Mon Sep 17 00:00:00 2001
From: Kukks
Date: Mon, 28 Sep 2020 09:09:28 +0200
Subject: [PATCH] Reduce unused branching in UI
---
BTCPayServer/Views/Stores/Integrations/Shopify.cshtml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/BTCPayServer/Views/Stores/Integrations/Shopify.cshtml b/BTCPayServer/Views/Stores/Integrations/Shopify.cshtml
index a93e99bc1..dc33535f4 100644
--- a/BTCPayServer/Views/Stores/Integrations/Shopify.cshtml
+++ b/BTCPayServer/Views/Stores/Integrations/Shopify.cshtml
@@ -73,9 +73,8 @@
Started: @shopify.IntegratedAt.Value.ToBrowserDate()
-
}