Skip to content

Commit

Permalink
fix: doublon tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
victor committed Jan 9, 2025
1 parent 7ab21d0 commit cbb025f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ export const AgreementSearchInput = ({
if (agreement) {
emitSelectEvent(`idcc${agreement.id}`);
}
if (onAgreementSelect && agreement) {
onAgreementSelect(agreement);
}
}}
displayLabel={(item) => {
return item ? `${item.shortTitle} (IDCC ${item.num})` : "";
Expand Down

0 comments on commit cbb025f

Please sign in to comment.