1 parent ffae329 commit 6d4f320Copy full SHA for 6d4f320
1 file changed
src/pages/iou/request/MoneyRequestParticipantsSelector.tsx
@@ -273,7 +273,8 @@ function MoneyRequestParticipantsSelector({
273
countryCode,
274
],
275
);
276
- const showImportContacts = isNative && !(contactPermissionState === RESULTS.GRANTED || contactPermissionState === RESULTS.LIMITED) && inputHelperText === translate('common.noResultsFound');
+ const showImportContacts =
277
+ isNative && !(contactPermissionState === RESULTS.GRANTED || contactPermissionState === RESULTS.LIMITED) && inputHelperText === translate('common.noResultsFound');
278
279
/**
280
* Returns the sections needed for the OptionsSelector
0 commit comments