Skip to content

Commit 462691f

Browse files
authored
Merge pull request #6539 from woocommerce/fix/installable-build
2 parents 42366c8 + 61d29b5 commit 462691f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WooCommerce/Classes/ViewRelated/Coupons/Add and Edit Coupons/AddEditCoupon.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ private extension AddEditCoupon {
4141
}
4242
}
4343

44+
#if DEBUG
4445
struct AddEditCoupon_Previews: PreviewProvider {
4546
static var previews: some View {
4647

@@ -50,3 +51,4 @@ struct AddEditCoupon_Previews: PreviewProvider {
5051
AddEditCoupon(editingViewModel)
5152
}
5253
}
54+
#endif

0 commit comments

Comments
 (0)