diff --git a/src/components/note-list/FilterPills.tsx b/src/components/note-list/FilterPills.tsx
index 7acfa807..11e8a2d7 100644
--- a/src/components/note-list/FilterPills.tsx
+++ b/src/components/note-list/FilterPills.tsx
@@ -15,7 +15,7 @@ const PILLS: { value: NoteListFilter; label: string }[] = [
function FilterPillsInner({ active, counts, onChange }: FilterPillsProps) {
return (
-
+
{PILLS.map(({ value, label }) => (