Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-solecki committed Jul 11, 2024
1 parent 6899d60 commit 29fc205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search/SearchPageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function SearchPageHeader({query, selectedItems = {}, hash, clearSelectedItems,
}

return options;
}, [clearSelectedItems, hash, selectedItems, selectedItemsKeys, styles, theme, translate]);
}, [clearSelectedItems, hash, selectedItems, selectedItemsKeys, styles, theme, translate, isMobileSelectionModeActive, setIsMobileSelectionModeActive]);

if (isSmallScreenWidth) {
if (isMobileSelectionModeActive) {
Expand Down

0 comments on commit 29fc205

Please sign in to comment.