diff --git a/lib/vpn/vpn_tab.dart b/lib/vpn/vpn_tab.dart index 8ef82a166..19856e03e 100644 --- a/lib/vpn/vpn_tab.dart +++ b/lib/vpn/vpn_tab.dart @@ -79,7 +79,7 @@ class VPNTab extends StatelessWidget { : Column( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ - if (!proUser ) + if (!proUser && !Platform.isIOS) const ProBanner() else const SizedBox(height: 10),