TP-72613 | remove acc title fix (#11689)

This commit is contained in:
Shaurya Rehan
2024-07-04 12:15:14 +05:30
committed by GitHub
parent f1282d180b
commit 69996ae25e

View File

@@ -798,7 +798,7 @@ constructor(
}
if (totalAccounts == MAX_BANK_ACCOUNTS) {
if (!isOnboardingActionFlowSpecific()) {
if (onboardingActionFromIntent.value != NaviPayOnboardingActionsV2Type.SELF_TRANSFER) {
removeAccountTitleFromIntent.update {
resourceProvider.getString(R.string.np_max_bank_accounts)
}