diff --git a/SodaLive/Sources/V2/CreatorChannel/Components/CreatorChannelTabBar.swift b/SodaLive/Sources/V2/CreatorChannel/Components/CreatorChannelTabBar.swift index 2b9e5560..cee4fe46 100644 --- a/SodaLive/Sources/V2/CreatorChannel/Components/CreatorChannelTabBar.swift +++ b/SodaLive/Sources/V2/CreatorChannel/Components/CreatorChannelTabBar.swift @@ -29,6 +29,9 @@ struct CreatorChannelTabBar: View { } } } + .onAppear { + proxy.scrollTo(selectedTab, anchor: .center) + } .onChange(of: selectedTab) { tab in withAnimation { proxy.scrollTo(tab, anchor: .center)