Skip to content

Commit 573bd36

Browse files
committed
[Doc] Fix missing close tag in <List> aside snippet
1 parent 667cb34 commit 573bd36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/List.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export const PostFilterSidebar = () => (
202202
<Card sx={{ order: -1, mr: 2, mt: 9, width: 200 }}>
203203
<CardContent>
204204
<SavedQueriesList />
205-
<FilterLiveSearch >
205+
<FilterLiveSearch />
206206
<FilterList label="Subscribed to newsletter" icon={<MailIcon />}>
207207
<FilterListItem label="Yes" value={{ has_newsletter: true }} />
208208
<FilterListItem label="No" value={{ has_newsletter: false }} />

0 commit comments

Comments
 (0)