Skip to content

Commit

Permalink
chore: unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarig committed Feb 14, 2025
1 parent e09f91e commit 4135b63
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/blade/src/components/Tabs/TabList.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,7 @@ const TabList = ({
gap: isVertical ? 'spacing.0' : { base: 'spacing.7', m: 'spacing.8' },
})}
>
{variant === 'filled' && !isVertical
? React.Children.map(children, (child) => {
return <>{child}</>;
})
: children}
{children}
</BaseBox>
</BaseBox>
);
Expand Down

0 comments on commit 4135b63

Please sign in to comment.