Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cristipaval committed Nov 28, 2024
1 parent aa49f4e commit 90fa496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search/SearchMultipleSelectionPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function SearchMultipleSelectionPicker({items, initiallySelectedItems, pickerTit
large
/>
),
[translate, handleConfirmSelection],
[translate, handleConfirmSelection, styles.mt4],
);
return (
<SelectionList
Expand Down

0 comments on commit 90fa496

Please sign in to comment.