diff --git a/src/page-modules/contact/ticket-control/forms/feeComplaintForm.tsx b/src/page-modules/contact/ticket-control/forms/feeComplaintForm.tsx index 18eabe05..d8c64156 100644 --- a/src/page-modules/contact/ticket-control/forms/feeComplaintForm.tsx +++ b/src/page-modules/contact/ticket-control/forms/feeComplaintForm.tsx @@ -349,6 +349,18 @@ const FormContent = ({ state, send }: FormProps) => { } /> + + send({ + type: 'ON_INPUT_CHANGE', + inputName: 'hasInternationalBankAccount', + value: !state.context.hasInternationalBankAccount, + }) + } + /> + {!state.context.hasInternationalBankAccount && ( { /> )} - - send({ - type: 'ON_INPUT_CHANGE', - inputName: 'hasInternationalBankAccount', - value: !state.context.hasInternationalBankAccount, - }) - } - /> - {state.context.hasInternationalBankAccount && (
{ } /> + + send({ + type: 'ON_INPUT_CHANGE', + inputName: 'hasInternationalBankAccount', + value: !state.context.hasInternationalBankAccount, + }) + } + /> + {!state.context.hasInternationalBankAccount && ( { /> )} - - send({ - type: 'ON_INPUT_CHANGE', - inputName: 'hasInternationalBankAccount', - value: !state.context.hasInternationalBankAccount, - }) - } - /> - {state.context.hasInternationalBankAccount && (