Skip to content

Commit 0e0cde7

Browse files
committed
remove unnecessary
1 parent 66d01b7 commit 0e0cde7

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

src/components/Dropdown/DropdownCheckbox/DropdownCheckbox.tsx

-26
Original file line numberDiff line numberDiff line change
@@ -49,32 +49,6 @@ const List = styled(Box)(({ theme }) => ({
4949
},
5050
}));
5151

52-
// interface PathLabelProps {
53-
// color: string;
54-
// }
55-
56-
// const PathLabel = styled('span')<PathLabelProps>`
57-
// margin: 0;
58-
// padding: 0;
59-
// width: 14px;
60-
// height: 14px;
61-
// border-radius: 50%;
62-
// background-color: ${({ color }) => color};
63-
// `;
64-
65-
// interface OrgLabelProps {
66-
// color: string;
67-
// }
68-
69-
// const OrgLabel = styled('span')<OrgLabelProps>`
70-
// margin: 0;
71-
// padding: 0;
72-
// width: 6px;
73-
// height: 14px;
74-
// border-radius: 3px;
75-
// background-color: ${({ color }) => color};
76-
// `;
77-
7852
interface ItemProps {
7953
selected: boolean;
8054
}

0 commit comments

Comments
 (0)