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 {
30
30
/// The `CartViewModel.Factory` and `creationExtras` are provided to enable dependency injection
31
31
/// and proper initialization of the ViewModel with its required `AppContainer`.
32
32
let cartViewModel : CartViewModel = viewModelStoreOwner. viewModel (
33
- factory: appContainer. value. cartViewModelFactory,
33
+ factory: appContainer. value. cartViewModelFactory
34
34
)
35
35
36
36
/// 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 {
30
30
/// The `MainViewModel.Factory` and `creationExtras` are provided to enable dependency injection
31
31
/// and proper initialization of the ViewModel with its required `AppContainer`.
32
32
let mainViewModel : MainViewModel = viewModelStoreOwner. viewModel (
33
- factory: appContainer. value. mainViewModelFactory,
33
+ factory: appContainer. value. mainViewModelFactory
34
34
)
35
35
NavigationStack {
36
36
Observing ( mainViewModel. homeUiState) { homeUIState in
You can’t perform that action at this time.
0 commit comments