diff --git a/lib/store/shop_details_page.dart b/lib/store/shop_details_page.dart index 1194e1d8..b3b757a2 100644 --- a/lib/store/shop_details_page.dart +++ b/lib/store/shop_details_page.dart @@ -702,29 +702,6 @@ class _ShopDetailsPage extends State { }, ), ), - Container( - color: Colors.white, - child: Html( - data: miNiDetail?.details ?? "", - style: { - 'body': Style( - backgroundColor: Colors.white, - padding: EdgeInsets.all(0), - margin: EdgeInsets.all(0)), - 'p': Style( - margin: EdgeInsets.all(0), - padding: EdgeInsets.all(0), - ), - }, - customImageRenders: { - networkSourceMatcher(): networkImageRender( - loadingWidget: () { - return Container(); - }, - ), - }, - ), - ), ], ), )