Skip to content

Commit

Permalink
Update filters.tsx
Browse files Browse the repository at this point in the history
Added divider after recent
  • Loading branch information
George-Zhang5246 authored Nov 20, 2024
1 parent fcf390c commit 1a9d437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/search/Filters/filters.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {
Checkbox,
Divider,
FormControl,
InputLabel,
ListItemText,
Expand Down Expand Up @@ -299,6 +300,7 @@ const Filters = ({
primary="Recent"
/>
</MenuItem>
<Divider />

{/* indiv options */}
{academicSessions.map((session) => (
Expand Down

0 comments on commit 1a9d437

Please sign in to comment.