• {{ rule.name }}
-
({{ rule.matchCount }} {{ rule.scope }} {{ rule.matchCount > 1 ? "matches" : "match" }})
diff --git a/web/explorer/src/components/columns/RuleColumn.vue b/web/explorer/src/components/columns/RuleColumn.vue
index d6a4b603..1baab06b 100644
--- a/web/explorer/src/components/columns/RuleColumn.vue
+++ b/web/explorer/src/components/columns/RuleColumn.vue
@@ -4,7 +4,9 @@
{{ node.data.name }}
- ({{ node.data.matchCount }} matches)
+
+ ({{ node.data.matchCount }} matches)
+