Skip to content

Commit 042a6c1

Browse files
committed
fix: delete empty objects
1 parent 0d88893 commit 042a6c1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/material-ui/src/ImageList/ImageList.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ const ImageListRoot = experimentalStyled(
4646
...(styleProps.variant === 'masonry' && {
4747
display: 'block',
4848
}),
49-
/* Styles applied to the root element if `variant="quilted"`. */
50-
...(styleProps.variant === 'quilted' && {}),
51-
/* Styles applied to the root element if `variant="standard"`. */
52-
...(styleProps.variant === 'standard' && {}),
53-
/* Styles applied to the root element if `variant="woven"`. */
54-
...(styleProps.variant === 'woven' && {}),
5549
};
5650
});
5751

0 commit comments

Comments
 (0)