diff --git a/duduji/Core/Profile/Views/ProfileView.swift b/duduji/Core/Profile/Views/ProfileView.swift index b7d3097..d7155fa 100644 --- a/duduji/Core/Profile/Views/ProfileView.swift +++ b/duduji/Core/Profile/Views/ProfileView.swift @@ -220,6 +220,7 @@ extension ProfileView { Picker("tags", selection: $selectedTag) { ForEach(ProfileTabFilterVeiwModel.currentAccountTabs, id: \.rawValue) { tag in Image(systemName: tag.iconName) + .tag(tag) } } .pickerStyle(.segmented)