TF-4045 Only show upgrade storage when premium is available and quota is available
This commit is contained in:
@@ -18,7 +18,10 @@ class QuotasBannerWidget extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Obx(() {
|
||||
final octetQuota = _quotasController.octetsQuota.value;
|
||||
final octetQuota = _quotasController
|
||||
.mailboxDashBoardController
|
||||
.octetsQuota
|
||||
.value;
|
||||
|
||||
if (octetQuota != null &&
|
||||
octetQuota.allowedDisplayToQuotaBanner &&
|
||||
|
||||
Reference in New Issue
Block a user