Skip to content

Commit 3b88eb7

Browse files
committed
Mark temporary data
1 parent 814b0f6 commit 3b88eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/Simple Payments/SimplePaymentsSummary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private struct EmailSection: View {
7474

7575
TitleAndTextFieldRow(title: SimplePaymentsSummary.Localization.email,
7676
placeholder: SimplePaymentsSummary.Localization.emailPlaceHolder,
77-
text: .constant(""))
77+
text: .constant("")) // Temporary data
7878
.background(Color(.listForeground))
7979

8080
Divider()

0 commit comments

Comments
 (0)