Skip to content

Commit d45f7db

Browse files
committed
Add Not finding destination account? Add Beneficiary option in Transfer/Payment screens
1 parent 9c49ab4 commit d45f7db

File tree

1 file changed

+2
-2
lines changed
  • feature/third-party-transfer/src/commonMain/kotlin/org/mifos/mobile/feature/third/party/transfer/thirdPartyTransfer

1 file changed

+2
-2
lines changed

feature/third-party-transfer/src/commonMain/kotlin/org/mifos/mobile/feature/third/party/transfer/thirdPartyTransfer/TptScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ internal fun TptForm(
243243
},
244244
)
245245

246-
if(state.toAccount?.accountNo.isNullOrBlank()){
246+
if (state.toAccount?.accountNo.isNullOrBlank()) {
247247
Row(
248248
horizontalArrangement = Arrangement.spacedBy(DesignToken.spacing.small),
249249
modifier = Modifier
@@ -265,7 +265,7 @@ internal fun TptForm(
265265
color = MaterialTheme.colorScheme.primary,
266266
)
267267
}
268-
}else{
268+
} else {
269269
Box(modifier = Modifier.height(DesignToken.spacing.extraSmall))
270270
}
271271

0 commit comments

Comments
 (0)