diff --git a/src/components/SettlementButton.js b/src/components/SettlementButton.js index 8cf9655d34dc..c7342b0d36ac 100644 --- a/src/components/SettlementButton.js +++ b/src/components/SettlementButton.js @@ -157,7 +157,9 @@ function SettlementButton({ if (canUseWallet) { buttonOptions.push(paymentMethods[CONST.IOU.PAYMENT_TYPE.EXPENSIFY]); } - buttonOptions.push(paymentMethods[CONST.IOU.PAYMENT_TYPE.VBBA]); + if (isExpenseReport) { + buttonOptions.push(paymentMethods[CONST.IOU.PAYMENT_TYPE.VBBA]); + } buttonOptions.push(paymentMethods[CONST.IOU.PAYMENT_TYPE.ELSEWHERE]); // Put the preferred payment method to the front of the array so its shown as default