diff options
Diffstat (limited to 'Map/Presentation/Base Components/EvolutionPicker/EvolutionPicker.swift')
| -rw-r--r-- | Map/Presentation/Base Components/EvolutionPicker/EvolutionPicker.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Map/Presentation/Base Components/EvolutionPicker/EvolutionPicker.swift b/Map/Presentation/Base Components/EvolutionPicker/EvolutionPicker.swift index da67054..83d5009 100644 --- a/Map/Presentation/Base Components/EvolutionPicker/EvolutionPicker.swift +++ b/Map/Presentation/Base Components/EvolutionPicker/EvolutionPicker.swift @@ -18,7 +18,6 @@ struct EvolutionPicker: View { @State var isShowingMenu = false @State var isHovered = false - @FocusState var isFocused: Bool @Binding var selectedEvolution: StageType |