Manos Chorianopoulos

couponsView fix

...@@ -305,7 +305,8 @@ struct CouponsView: View { ...@@ -305,7 +305,8 @@ struct CouponsView: View {
305 ) 305 )
306 306
307 } 307 }
308 - .frame(width:self.uiscreen.width, height:self.uiscreen.height ) 308 + .frame(maxWidth: .infinity, maxHeight: .infinity )
309 +// .frame(width:self.uiscreen.width, height:self.uiscreen.height )
309 } 310 }
310 } 311 }
311 #endif 312 #endif
......