Skip to content

Commit 5f93566

Browse files
committed
remove commented code
1 parent 1baae3c commit 5f93566

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ActionList/List.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ export function List(props: ListProps): JSX.Element {
7878
* An `Item`-level, `Group`-level, or `List`-level custom `Item` renderer,
7979
* or the default `Item` renderer.
8080
*/
81-
// const toJSX = (itemProps: ItemProps) => {
82-
// return ((('renderItem' in itemProps && itemProps.renderItem) ?? props.renderItem) || Item).call(null, itemProps)
83-
// }
8481
const toJSX = (itemProps: ItemProps) => {
8582
const itemOnClick = (e: Event) => {
8683
if (itemProps.onClick) {

0 commit comments

Comments
 (0)