Skip to content

Commit 225c9c8

Browse files
committed
remove unused code
1 parent d530523 commit 225c9c8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/components/LanguagePicker/MenuItem.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ const MenuItem = ({ displayInfo, ...props }: ItemProps) => {
5151
: "bg-transparent"
5252
)}
5353
{...props}
54-
// TODO double check this
55-
// sx={{
56-
// p: {
57-
// textDecoration: "none",
58-
// overflow: "hidden",
59-
// textOverflow: "ellipsis",
60-
// whiteSpace: "nowrap",
61-
// },
62-
// }}
6354
>
6455
<div className="flex w-full items-center">
6556
<div className="flex-1">

0 commit comments

Comments
 (0)