Add receipt to invoices #13129
Annotations
5 errors
Run ESLint to check for deprecation warnings:
src/libs/API/parameters/SendInvoiceParams.ts#L1
Insert `import·type·{RequireAtLeastOne,·ValueOf}·from·'type-fest';⏎`
|
Run ESLint to check for deprecation warnings:
src/libs/API/parameters/SendInvoiceParams.ts#L2
All imports in the declaration are only used as types. Use `import type`
|
Run ESLint to check for deprecation warnings:
src/libs/API/parameters/SendInvoiceParams.ts#L2
Delete `';⏎import·type·{RequireAtLeastOne,·ValueOf}·from·'type-fest`
|
Run ESLint to check for deprecation warnings:
src/pages/iou/request/step/IOURequestStepConfirmation.tsx#L703
Replace `·(iouType·===·CONST.IOU.TYPE.SUBMIT·||·iouType·===·CONST.IOU.TYPE.TRACK·||·iouType·===·CONST.IOU.TYPE.INVOICE)·&&` with `⏎························(iouType·===·CONST.IOU.TYPE.SUBMIT·||·iouType·===·CONST.IOU.TYPE.TRACK·||·iouType·===·CONST.IOU.TYPE.INVOICE)·&&⏎·······················`
|
Run ESLint to check for deprecation warnings
Process completed with exit code 1.
|
Loading