Fix
This commit is contained in:
@@ -12,7 +12,7 @@ struct MainTabView: View {
|
||||
switch selectedTab {
|
||||
case .home:
|
||||
NavigationStack {
|
||||
HomeView(appState: $appState)
|
||||
HomeView(appState: $appState, selectedTab: $selectedTab)
|
||||
}
|
||||
case .cart:
|
||||
NavigationStack {
|
||||
|
||||
Reference in New Issue
Block a user