From 56c41814fc28c52a5cf4c4c85e7b38f8820f65b7 Mon Sep 17 00:00:00 2001
From: hsiegeln <37154749+hsiegeln@users.noreply.github.com>
Date: Fri, 24 Apr 2026 11:11:26 +0200
Subject: [PATCH] fix(ui): gate AUTO badge on attributeFilters too
---
ui/src/pages/Dashboard/Dashboard.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/pages/Dashboard/Dashboard.tsx b/ui/src/pages/Dashboard/Dashboard.tsx
index b720aca9..bf9efa9a 100644
--- a/ui/src/pages/Dashboard/Dashboard.tsx
+++ b/ui/src/pages/Dashboard/Dashboard.tsx
@@ -277,7 +277,7 @@ export default function Dashboard({ onExchangeSelect, activeExchangeId }: Dashbo
{rows.length.toLocaleString()} of {(searchResult?.total ?? 0).toLocaleString()} exchanges
- {!textFilter && }
+ {!textFilter && attributeFilters.length === 0 && }