Skip to content

Commit b7b3bee

Browse files
committed
update preview
1 parent d036798 commit b7b3bee

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

WooCommerce/Classes/POS/Presentation/Settings/PointOfSaleSettingsStoreDetailView.swift

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ private extension PointOfSaleSettingsStoreDetailView {
124124
}
125125
}
126126

127-
//#Preview {
128-
// PointOfSaleSettingsStoreDetailView(posSettingsService: PointOfSaleSettingsController())
129-
//}
127+
#if DEBUG
128+
#Preview {
129+
PointOfSaleSettingsStoreDetailView(settingsController: PointOfSaleSettingsPreviewController())
130+
}
131+
#endif

0 commit comments

Comments
 (0)