remove error message with ad

This commit is contained in:
2025-07-11 11:23:21 +02:00
parent a3dbeb9217
commit 653298f32b

View File

@@ -66,7 +66,8 @@ class _MihBannerAdState extends State<MihBannerAd> {
height: _bannerAd!.size.height.toDouble(),
child: AdWidget(ad: _bannerAd!))
: SizedBox(
child: Text(errorMessage),
child:
Text(AppEnviroment.getEnv() == "Dev" ? errorMessage : ""),
),
],
);