Fix build

This commit is contained in:
Thomas Ricouard 2024-09-06 11:34:20 +02:00
parent 435f28dda9
commit 4cce9d6333

View file

@ -34,7 +34,7 @@ struct SideBarView<Content: View>: View {
return 0 return 0
} }
private func makeIconForTab(tab: AppTab) -> some View { private func makeIconForTab(tab: Tab) -> some View {
HStack { HStack {
ZStack(alignment: .topTrailing) { ZStack(alignment: .topTrailing) {
SideBarIcon(systemIconName: tab.iconName, SideBarIcon(systemIconName: tab.iconName,