Skip to content

Commit 9a1e95a

Browse files
committed
Fix prettier
1 parent f3590f8 commit 9a1e95a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

components/search/common.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ export function VirtualFilters({ type }: { type: "bill" | "testimony" }) {
3939
type === "testimony"
4040
? ["authorDisplayName", "court", "position", "billId", "authorRole"]
4141
: [
42-
"court",
43-
"currentCommittee",
44-
"city",
45-
"primarySponsor",
46-
"cosponsors",
47-
"topics.lvl1"
48-
]
42+
"court",
43+
"currentCommittee",
44+
"city",
45+
"primarySponsor",
46+
"cosponsors",
47+
"topics.lvl1"
48+
]
4949

5050
return (
5151
<>

0 commit comments

Comments
 (0)