File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Fruitties/iosApp/iosApp/ui Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ struct CartView: View {
3030 /// The `CartViewModel.Factory` and `creationExtras` are provided to enable dependency injection
3131 /// and proper initialization of the ViewModel with its required `AppContainer`.
3232 let cartViewModel : CartViewModel = viewModelStoreOwner. viewModel (
33- factory: appContainer. value. cartViewModelFactory,
33+ factory: appContainer. value. cartViewModelFactory
3434 )
3535
3636 /// Observes the `cartUiState` `StateFlow` from the `CartViewModel` using SKIE's `Observing` utility.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ struct ContentView: View {
3030 /// The `MainViewModel.Factory` and `creationExtras` are provided to enable dependency injection
3131 /// and proper initialization of the ViewModel with its required `AppContainer`.
3232 let mainViewModel : MainViewModel = viewModelStoreOwner. viewModel (
33- factory: appContainer. value. mainViewModelFactory,
33+ factory: appContainer. value. mainViewModelFactory
3434 )
3535 NavigationStack {
3636 Observing ( mainViewModel. homeUiState) { homeUIState in
You can’t perform that action at this time.
0 commit comments