mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-27 05:55:03 +03:00
fix: remove spourious brackets
This commit is contained in:
parent
e4313c7843
commit
043c7c5294
@ -223,11 +223,10 @@ export const Preview = (props: PreviewProps) => {
|
|||||||
px: 0,
|
px: 0,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
(
|
|
||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
<CodeIcon sx={{ m: "auto" }} />
|
<CodeIcon sx={{ m: "auto" }} />
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
)
|
|
||||||
<ListItemText
|
<ListItemText
|
||||||
sx={{
|
sx={{
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
|
Loading…
Reference in New Issue
Block a user