Skip to content

Commit 6287c3d

Browse files
authored
Merge pull request Expensify#73618 from bernhardoj/fix/72973-no-result-found-when-searching-invalid-phone
Only show the import contacts message for valid keyword but no result found
2 parents 7c66f82 + 6d4f320 commit 6287c3d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/pages/iou/request/MoneyRequestParticipantsSelector.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@ function MoneyRequestParticipantsSelector({
274274
countryCode,
275275
],
276276
);
277+
const showImportContacts =
278+
isNative && !(contactPermissionState === RESULTS.GRANTED || contactPermissionState === RESULTS.LIMITED) && inputHelperText === translate('common.noResultsFound');
279+
277280
/**
278281
* Returns the sections needed for the OptionsSelector
279282
* @returns {Array}

0 commit comments

Comments
 (0)