Skip to content

Commit 223e758

Browse files
authored
Merge pull request #98388 from Expensify/claude-inactiveVendorCommentReword
[NO QA] Reword stale removed-from-QBO vendor comment to reference the accounting integration generically
2 parents e5efd1d + ed3179b commit 223e758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/iou/request/step/IOURequestStepVendor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function IOURequestStepVendor({
8686
searchText: vendor.name,
8787
}));
8888

89-
// When a vendor is currently set, offer a "None" row so the user can clear a stale (e.g. removed-from-QBO) vendor without picking a replacement, which resolves an inactiveVendor violation. Hidden during search to keep results clean.
89+
// When a vendor is currently set, offer a "None" row so the user can clear a stale (e.g. removed from the accounting integration) vendor without picking a replacement, which resolves an inactiveVendor violation. Hidden during search to keep results clean.
9090
const shouldShowNoneRow = !!currentVendorID && !trimmedSearch;
9191
const data: VendorListItem[] = shouldShowNoneRow
9292
? [

0 commit comments

Comments
 (0)