diff --git a/app-ios/Sources/CommonComponents/SelectionChips.swift b/app-ios/Sources/CommonComponents/SelectionChips.swift index 1cf7d9747..af402de19 100644 --- a/app-ios/Sources/CommonComponents/SelectionChips.swift +++ b/app-ios/Sources/CommonComponents/SelectionChips.swift @@ -5,7 +5,7 @@ import Theme public struct SelectionChips: View where SelectableCase.AllCases: RandomAccessCollection { @Binding public var selected: SelectableCase? public var notSelectedTitle: String? - public var options: [SelectableCase] + public let options: [SelectableCase] public init( selected: Binding,