Skip to content

Commit 6d4f320

Browse files
committed
prettier
1 parent ffae329 commit 6d4f320

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pages/iou/request/MoneyRequestParticipantsSelector.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ function MoneyRequestParticipantsSelector({
273273
countryCode,
274274
],
275275
);
276-
const showImportContacts = isNative && !(contactPermissionState === RESULTS.GRANTED || contactPermissionState === RESULTS.LIMITED) && inputHelperText === translate('common.noResultsFound');
276+
const showImportContacts =
277+
isNative && !(contactPermissionState === RESULTS.GRANTED || contactPermissionState === RESULTS.LIMITED) && inputHelperText === translate('common.noResultsFound');
277278

278279
/**
279280
* Returns the sections needed for the OptionsSelector

0 commit comments

Comments
 (0)