We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2bcfd commit 135a023Copy full SHA for 135a023
WooCommerce/Classes/ViewRelated/Orders/Simple Payments/SimplePaymentsSummary.swift
@@ -243,15 +243,11 @@ struct SimplePaymentsSummary_Preview: PreviewProvider {
243
.environment(\.colorScheme, .light)
244
.previewDisplayName("Light")
245
246
- NavigationView {
247
SimplePaymentsSummary(noteContent: "Dispatch by tomorrow morning at Fake Street 123, via the boulevard.")
248
- }
249
250
.previewDisplayName("Light Content")
251
252
253
SimplePaymentsSummary(noteContent: nil)
254
255
.environment(\.colorScheme, .dark)
256
.previewDisplayName("Dark")
257
0 commit comments