Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Nov 18, 2024
1 parent d9f974d commit 08dee2d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ describeTreeView<
'MUI X: The Tree View component requires all items to have a unique `id` property.',
reactMajor < 19 &&
'MUI X: The Tree View component requires all items to have a unique `id` property.',
reactMajor < 19 &&
`The above error occurred in the <ForwardRef(TreeItem)> component`,
reactMajor < 19 && `The above error occurred in the <ForwardRef(TreeItem)> component`,
]);
} else {
expect(() =>
Expand Down

0 comments on commit 08dee2d

Please sign in to comment.