Skip to content

Commit

Permalink
fix: unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
yndx-madfriend committed Oct 8, 2024
1 parent aafc3cb commit 09d0620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CompositeBar/CompositeBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const CompositeBar: FC<CompositeBarProps> = ({

if (type === 'menu') {
const minHeight = getItemsMinHeight(items);
const collapseItem = getMoreButtonItem(menuMoreTitle, onMoreClick);
const collapseItem = getMoreButtonItem(menuMoreTitle);
node = (
<div className={b({autosizer: true})} style={{minHeight}}>
{items.length !== 0 && (
Expand Down

0 comments on commit 09d0620

Please sign in to comment.