We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25896c9 commit ee1b6daCopy full SHA for ee1b6da
1 file changed
src/components/SettlementButton/index.tsx
@@ -559,7 +559,6 @@ function SettlementButton({
559
const shouldUseSplitButton = hasPreferredPaymentMethod || !!lastPaymentPolicy || ((isInvoiceReport || isExpenseReportUtil(iouReport)) && hasIntentToPay);
560
const shouldLimitWidth = shouldUseShortForm && shouldUseSplitButton && !paymentButtonOptions.length;
561
562
- console.log({activeAdminPolicies, policies});
563
return (
564
<KYCWall
565
onSuccessfulKYC={(paymentType) => onPress(paymentType, undefined, undefined)}
0 commit comments