Skip to content

Commit fb8470b

Browse files
committed
Fix
1 parent 70a1ab6 commit fb8470b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/HostApp/TabContainer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public struct TabContainer: View {
4343
title: "General",
4444
image: "app.gift"
4545
)
46-
ServiceView().tabBarItem(
46+
ServiceView(store: store).tabBarItem(
4747
tag: 1,
4848
title: "Service",
4949
image: "globe"

0 commit comments

Comments
 (0)