diff --git a/apps/web/src/components/list-item/index.tsx b/apps/web/src/components/list-item/index.tsx index bec3656ca..e070b4faf 100644 --- a/apps/web/src/components/list-item/index.tsx +++ b/apps/web/src/components/list-item/index.tsx @@ -117,7 +117,6 @@ function ListItem( }); }} tabIndex={-1} - dir="auto" sx={{ pl: 1, pr: 2, @@ -170,6 +169,7 @@ function ListItem( {typeof props.title === "string" ? ( (