Skip to content

Commit 221f26c

Browse files
committed
Remove the navigation row to usage details in coupon details
1 parent 633c7e3 commit 221f26c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

WooCommerce/Classes/ViewRelated/Coupons/CouponDetails/CouponDetails.swift

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,6 @@ struct CouponDetails: View {
178178

179179
Spacer().frame(height: Constants.margin)
180180
Divider()
181-
VStack {
182-
NavigationRow(content: {
183-
Text(Localization.usageDetails)
184-
.bodyStyle()
185-
}, action: {
186-
showingUsageDetails = true
187-
}).padding(.horizontal, insets: geometry.safeAreaInsets)
188-
}
189-
.background(Color(.listForeground))
190-
Divider()
191181
}
192182
}
193183
.background(Color(.listBackground))

0 commit comments

Comments
 (0)