Fix build
This commit is contained in:
parent
435f28dda9
commit
4cce9d6333
|
@ -34,7 +34,7 @@ struct SideBarView<Content: View>: View {
|
|||
return 0
|
||||
}
|
||||
|
||||
private func makeIconForTab(tab: AppTab) -> some View {
|
||||
private func makeIconForTab(tab: Tab) -> some View {
|
||||
HStack {
|
||||
ZStack(alignment: .topTrailing) {
|
||||
SideBarIcon(systemIconName: tab.iconName,
|
||||
|
|
Loading…
Reference in New Issue