Skip to content

Commit

Permalink
Updates based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
davidme-stripe committed Oct 26, 2024
1 parent de9c74c commit 7420f18
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ final class LinkPaymentMethodPicker: UIView {
let count = dataSource?.numberOfPaymentMethods(in: self) ?? 0

guard selectedIndex >= 0 && selectedIndex < count else {
stpAssertionFailure()
return nil
}

Expand Down

0 comments on commit 7420f18

Please sign in to comment.