diff --git a/Sources/Compound/List/ListRowTrailingSection.swift b/Sources/Compound/List/ListRowTrailingSection.swift index 6e1cde4..c0c88f9 100644 --- a/Sources/Compound/List/ListRowTrailingSection.swift +++ b/Sources/Compound/List/ListRowTrailingSection.swift @@ -39,7 +39,7 @@ public struct ListRowTrailingSection: View { @ScaledMetric private var iconSize = 24 private var hideAccessory: Bool { isWaiting && accessory?.kind == .unselected } - init(_ details: ListRowDetails?, solidCounter: Int? = nil, accessory: ListRowAccessory? = nil) { + init(_ details: ListRowDetails?, accessory: ListRowAccessory? = nil) { title = details?.title icon = details?.icon isWaiting = details?.isWaiting ?? false