]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Status visibility no longer depending on subtitle 243/head
authorAndreas Waschinski <25221082+waschinski@users.noreply.github.com>
Tue, 14 Sep 2021 20:44:42 +0000 (22:44 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Sep 2021 20:44:42 +0000 (22:44 +0200)
src/components/services/AdGuardHome.vue

index 9aeaf39fb40861a892dda12c421b87789e71693c..61d4bed916d999a59f8bf283b1695e971e689d0f 100644 (file)
@@ -25,7 +25,7 @@
                 </template>
               </p>
             </div>
-            <div v-if="!item.subtitle" class="status" :class="protection">
+            <div class="status" :class="protection">
               {{ protection }}
             </div>
           </div>