Make filter buttons on comms page work

This commit is contained in:
Eli Ribble 2026-03-10 15:47:30 +00:00
parent 4ac7e29909
commit e5211d1409
No known key found for this signature in database

View file

@ -357,8 +357,8 @@
</button>
<button
class="btn btn-sm"
:class="typeFilter === 'standing_water' ? 'btn-info' : 'btn-outline-secondary'"
@click="typeFilter = 'standing_water'"
:class="typeFilter === 'water' ? 'btn-info' : 'btn-outline-secondary'"
@click="typeFilter = 'water'"
>
<i class="bi bi-droplet"></i> Water
</button>