diff --git a/Sources/Compound/List/ListRowTrailingSection.swift b/Sources/Compound/List/ListRowTrailingSection.swift index 30aa3bf..a6b1d7b 100644 --- a/Sources/Compound/List/ListRowTrailingSection.swift +++ b/Sources/Compound/List/ListRowTrailingSection.swift @@ -70,7 +70,6 @@ public struct ListRowTrailingSection: View { .padding(.vertical, 2) .background { Capsule().fill(isEnabled ? .compound.iconSuccessPrimary : .compound.iconDisabled) } } - if let accessory, !hideAccessory { accessory