We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a1ab6 commit fb8470bCopy full SHA for fb8470b
1 file changed
Core/Sources/HostApp/TabContainer.swift
@@ -43,7 +43,7 @@ public struct TabContainer: View {
43
title: "General",
44
image: "app.gift"
45
)
46
- ServiceView().tabBarItem(
+ ServiceView(store: store).tabBarItem(
47
tag: 1,
48
title: "Service",
49
image: "globe"
0 commit comments