Skip to content

Commit 9c46ea2

Browse files
committed
documentation update for the feature/settings
1 parent f9c9c1b commit 9c46ea2

File tree

1 file changed

+3
-3
lines changed
  • feature/savings-account/src/commonMain/kotlin/org/mifos/mobile/feature/savingsaccount/navigation

1 file changed

+3
-3
lines changed

feature/savings-account/src/commonMain/kotlin/org/mifos/mobile/feature/savingsaccount/navigation/SavingsNavigation.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ fun NavGraphBuilder.savingsNavGraph(
7777
savingsAccountDetailsDestination(
7878
navigateBack = navController::popBackStack,
7979
navigateToClientChargeScreen = navigateToClientChargeScreen,
80-
navigateToUpdateScreen
81-
= navController::navigateToSavingsAccountUpdateScreen,
80+
navigateToUpdateScreen =
81+
navController::navigateToSavingsAccountUpdateScreen,
8282
navigateToSavingsAccountTransactionScreen =
83-
navigateToSavingsAccountTransactionScreen,
83+
navigateToSavingsAccountTransactionScreen,
8484
navigateToQrCodeScreen = navigateToQrCodeScreen,
8585
navigateToTransferScreen = navigateToTransferScreen,
8686
)

0 commit comments

Comments
 (0)