Skip to content

Commit

Permalink
Pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Aug 15, 2021
1 parent 17ec83d commit 0d289a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/material-ui-unstyled/src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
/* eslint-disable import/prefer-default-export */

export { default as isHostComponent } from './isHostComponent';
export { default as unstable_useResizeObserver } from './useResizeObserver';
1 change: 0 additions & 1 deletion packages/material-ui/src/Tabs/Tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ const Tabs = React.forwardRef(function Tabs(inProps, ref) {

let childIndex = 0;
const children = React.Children.map(childrenProp, (child) => {

if (!React.isValidElement(child)) {
return null;
}
Expand Down

0 comments on commit 0d289a5

Please sign in to comment.