Manos Chorianopoulos

couponsView fix

......@@ -305,7 +305,8 @@ struct CouponsView: View {
)
}
.frame(width:self.uiscreen.width, height:self.uiscreen.height )
.frame(maxWidth: .infinity, maxHeight: .infinity )
// .frame(width:self.uiscreen.width, height:self.uiscreen.height )
}
}
#endif
......