diff --git a/LeCountdown/Views/Components/SoundSelectionView.swift b/LeCountdown/Views/Components/SoundSelectionView.swift index 2bc9a3a..12ba7ce 100644 --- a/LeCountdown/Views/Components/SoundSelectionView.swift +++ b/LeCountdown/Views/Components/SoundSelectionView.swift @@ -29,9 +29,9 @@ struct SoundSelectionView: View { ForEach($playlistBinding, id: \.id) { $ps in - List(selection: <#T##Binding<_?>?#>) { - <#code#> - } +// List(selection: <#T##Binding<_?>?#>) { +// <#code#> +// } Section {