Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Sep 7, 2024
1 parent e96fa3a commit af7e0e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/mui-material/src/Dialog/Dialog.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,10 +334,7 @@ describe('<Dialog />', () => {
PaperProps={{ 'data-testid': 'paper', sx: { height: ITEM_HEIGHT } }}
>
{Array.from(Array(ITEM_COUNT).keys()).map((item) => (
<div
key={item}
style={{ flexShrink: 0, height: ITEM_HEIGHT }}
>
<div key={item} style={{ flexShrink: 0, height: ITEM_HEIGHT }}>
{item}
</div>
))}
Expand Down

0 comments on commit af7e0e6

Please sign in to comment.