Skip to content

Commit dfe13e7

Browse files
authored
Merge pull request #9082 from marmelab/doc-fix-List-aside
[Doc] Fix missing close tag in `<List>` `aside` snippet
2 parents 667cb34 + 573bd36 commit dfe13e7

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)