Skip to content

Commit 889df0f

Browse files
authored
removing agenda topics from hearing hits search results (#2023)
1 parent 8f86d00 commit 889df0f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

components/search/hearings/HearingHit.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,6 @@ export const HearingHit = ({ hit }: { hit: HearingHitData }) => {
139139
</div>
140140
) : null}
141141

142-
{topics.length ? (
143-
<div>
144-
<SectionLabel>{t("agenda_label", { ns: "search" })}</SectionLabel>
145-
<span>{topics.join(", ")}</span>
146-
</div>
147-
) : null}
148-
149142
<BillsSection bills={bills} />
150143
</div>
151144
</Card.Body>

0 commit comments

Comments
 (0)