Skip to content

Commit

Permalink
improved code
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Nov 18, 2024
1 parent 8739c92 commit 8fc84ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Compound/List/ListRowTrailingSection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public struct ListRowTrailingSection<Icon: View>: View {
.padding(.vertical, 2)
.background { Capsule().fill(isEnabled ? .compound.iconSuccessPrimary : .compound.iconDisabled) }
}


if let accessory, !hideAccessory {
accessory
Expand Down

0 comments on commit 8fc84ff

Please sign in to comment.