From 9fda00f4df00ab7348b35649e1a09c2f26dcfa57 Mon Sep 17 00:00:00 2001 From: Laurent Date: Thu, 9 Feb 2023 11:43:05 +0100 Subject: [PATCH] fix build --- LeCountdown/Views/Components/SoundSelectionView.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {