remove component=li from Divider in DefaultResultListItem as it gives a marker pseudo-element (bullet) to the divider
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ export const DefaultResultListItem = ({ result }: Props) => {
|
||||
secondary={result.text}
|
||||
/>
|
||||
</ListItem>
|
||||
<Divider component="li" />
|
||||
<Divider />
|
||||
</Link>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user