diff --git a/src/pages/iou/request/MoneyRequestAccountantSelector.tsx b/src/pages/iou/request/MoneyRequestAccountantSelector.tsx index 64003563574e..858f1dbda056 100644 --- a/src/pages/iou/request/MoneyRequestAccountantSelector.tsx +++ b/src/pages/iou/request/MoneyRequestAccountantSelector.tsx @@ -99,7 +99,6 @@ function MoneyRequestAccountantSelector({onFinish, onAccountantSelected, iouType const newOptions = filterAndOrderOptions(defaultOptions, debouncedSearchTerm, { excludeLogins: CONST.EXPENSIFY_EMAILS_OBJECT, maxRecentReportsToShow: CONST.IOU.MAX_RECENT_REPORTS_TO_SHOW, - shouldAcceptName: true, }); return newOptions; }, [areOptionsInitialized, defaultOptions, debouncedSearchTerm]);