Skip to content

Commit

Permalink
removed unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Nov 18, 2024
1 parent 1c35aee commit c8588cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Compound/List/ListRowTrailingSection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public struct ListRowTrailingSection<Icon: View>: View {
@ScaledMetric private var iconSize = 24
private var hideAccessory: Bool { isWaiting && accessory?.kind == .unselected }

init(_ details: ListRowDetails<Icon>?, solidCounter: Int? = nil, accessory: ListRowAccessory? = nil) {
init(_ details: ListRowDetails<Icon>?, accessory: ListRowAccessory? = nil) {
title = details?.title
icon = details?.icon
isWaiting = details?.isWaiting ?? false
Expand Down

0 comments on commit c8588cf

Please sign in to comment.