refactor: Change codebase as per requirement
This commit is contained in:
@@ -81,7 +81,7 @@ export default function SendToBeneficiaryOwn() {
|
||||
bankType === 'own' ? ben_acc.stBankName === 'Kangra Central Co-operative Bank' : true)
|
||||
.map((ben_acc) => ({
|
||||
value: ben_acc.stBenAccountNo,
|
||||
label: ben_acc.stBenAccountNo,
|
||||
label: `${ben_acc.stBenAccountNo}-${ben_acc.stBenName}`,
|
||||
|
||||
}));
|
||||
const handleBeneficiary = (benAcc: string | null) => {
|
||||
@@ -317,7 +317,7 @@ export default function SendToBeneficiaryOwn() {
|
||||
readOnly={isVisibilityLocked}
|
||||
/>
|
||||
<Select
|
||||
label="Beneficiary Account No"
|
||||
label="Select Beneficiary Account No"
|
||||
placeholder="Choose beneficiary account number"
|
||||
data={benAccountOption}
|
||||
value={beneficiaryAcc}
|
||||
|
||||
Reference in New Issue
Block a user