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 11, 2024
1 parent 0ee9ab9 commit e47256c
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 e47256c

Please sign in to comment.