Skip to content

Commit

Permalink
fix depencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rlinoz committed Oct 29, 2024
1 parent 2cb66da commit 24eb28e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function SuggestionMention(
if (suggestionValues.prefixType === '#' && foundSuggestionsCount < 5 && isGroupPolicyReport) {
ReportUserActions.searchInServer(suggestionValues.mentionPrefix, policyID);
}
}, [suggestionValues.suggestedMentions.length, suggestionValues.prefixType, suggestionValues.mentionPrefix, policyID, value, isGroupPolicyReport]),
}, [suggestionValues.suggestedMentions.length, suggestionValues.prefixType, suggestionValues.mentionPrefix, policyID, isGroupPolicyReport]),
CONST.TIMING.SEARCH_OPTION_LIST_DEBOUNCE_TIME,
);

Expand Down

0 comments on commit 24eb28e

Please sign in to comment.