fix(ui): gate AUTO badge on attributeFilters too
This commit is contained in:
@@ -277,7 +277,7 @@ export default function Dashboard({ onExchangeSelect, activeExchangeId }: Dashbo
|
|||||||
<span className={tableStyles.tableMeta}>
|
<span className={tableStyles.tableMeta}>
|
||||||
{rows.length.toLocaleString()} of {(searchResult?.total ?? 0).toLocaleString()} exchanges
|
{rows.length.toLocaleString()} of {(searchResult?.total ?? 0).toLocaleString()} exchanges
|
||||||
</span>
|
</span>
|
||||||
{!textFilter && <Badge label="AUTO" color="success" />}
|
{!textFilter && attributeFilters.length === 0 && <Badge label="AUTO" color="success" />}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user