fix(ui): gate AUTO badge on attributeFilters too

This commit is contained in:
hsiegeln
2026-04-24 11:11:26 +02:00
parent 68704e15b4
commit 56c41814fc

View File

@@ -277,7 +277,7 @@ export default function Dashboard({ onExchangeSelect, activeExchangeId }: Dashbo
<span className={tableStyles.tableMeta}>
{rows.length.toLocaleString()} of {(searchResult?.total ?? 0).toLocaleString()} exchanges
</span>
{!textFilter && <Badge label="AUTO" color="success" />}
{!textFilter && attributeFilters.length === 0 && <Badge label="AUTO" color="success" />}
</div>
</div>