Skip to content

Commit 395451f

Browse files
committed
reolved issue
1 parent 1ac0315 commit 395451f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

feature/savings-account/src/commonMain/kotlin/org/mifos/mobile/feature/savingsaccount/savingsAccountDetails/SavingsAccountDetailsScreen.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ internal fun SavingsAccountDetailsScreen(
104104
uiState.product,
105105
)
106106
}
107-
else -> {
108-
}
109107
}
110108
}
111109

feature/savings-account/src/commonMain/kotlin/org/mifos/mobile/feature/savingsaccount/savingsAccountDetails/SavingsAccountDetailsViewModel.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -362,12 +362,6 @@ sealed interface SavingsAccountDetailsEvent {
362362

363363
/** Trigger Update Amount */
364364
data object UpdateAccount : SavingsAccountDetailsEvent
365-
366-
data object ShowTransactions : SavingsAccountDetailsEvent
367-
368-
data object ShowCharges : SavingsAccountDetailsEvent
369-
370-
data object ShowQrCode : SavingsAccountDetailsEvent
371365
}
372366

373367
/**

0 commit comments

Comments
 (0)