diff --git a/forms-flow-web/src/components/FOI/customComponents/Fees/Tabs/ApplicationFeeTab.tsx b/forms-flow-web/src/components/FOI/customComponents/Fees/Tabs/ApplicationFeeTab.tsx index 53f6298f3..44984d5fa 100644 --- a/forms-flow-web/src/components/FOI/customComponents/Fees/Tabs/ApplicationFeeTab.tsx +++ b/forms-flow-web/src/components/FOI/customComponents/Fees/Tabs/ApplicationFeeTab.tsx @@ -92,6 +92,7 @@ export const ApplicationFeeTab = ({ if (formData?.paymentSource != 'creditcardonline' && formData?.paymentSource != 'init') { if (formData?.amountPaid % 10 != 0 || formData?.amountPaid == 0) return true; } + if (formData?.amountPaid % 10 != 0 && formData?.amountPaid > 0) return true; } const amountPaidField = (