diff --git a/apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html b/apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html
index ad801b554..3eccd02a7 100644
--- a/apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html
+++ b/apps/client/src/app/pages/portfolio/x-ray/x-ray-page.component.html
@@ -29,14 +29,14 @@
}"
>
@if (
- statistics?.rulesFulfilledCount === statistics?.rulesActiveCount
- ) {
-
- } @else if (
statistics?.rulesActiveCount === 0 ||
statistics?.rulesFulfilledCount === 0
) {
+ } @else if (
+ statistics?.rulesFulfilledCount === statistics?.rulesActiveCount
+ ) {
+
} @else {
}