diff --git a/src/pages/iou/request/step/IOURequestStepDistance.tsx b/src/pages/iou/request/step/IOURequestStepDistance.tsx index a8fc44ba3947..11d5687a55e9 100644 --- a/src/pages/iou/request/step/IOURequestStepDistance.tsx +++ b/src/pages/iou/request/step/IOURequestStepDistance.tsx @@ -288,7 +288,7 @@ function IOURequestStepDistance({ 0, transaction?.currency ?? 'USD', translate('iou.fieldPending'), - false, + !!policy?.defaultBillable, TransactionUtils.getValidWaypoints(waypoints, true), ); return;