Update text of filter button

This commit is contained in:
Andrew Kingston 2024-09-20 15:18:09 +01:00
parent 2afad8065d
commit 64f70a1ae2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
selected={filterCount > 0}
accentColor="#004EA6"
>
{filterCount ? `Filter (${filterCount})` : "Filter"}
{filterCount ? `Filter: ${filterCount}` : "Filter"}
</ActionButton>
<Drawer