Admin Portal - Profile

This commit is contained in:
hillelcoren 2023-11-12 12:06:31 +00:00
parent e98992ceb0
commit 853887dbf4

View File

@ -509785,6 +509785,10 @@
t7.push(new A.Padding(B.EdgeInsets_0_2_0_0, A.Text$(t2.lookup$1(t3.get$latestEmailStatus()) + " \u2022 " + A.formatDate(t3.get$latestEmailStatusDate(), context, true, true, false), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodySmall, _null, _null, _null), _null));
t2 = t4 ? _null : t3.emailError;
if ((t2 == null ? "" : t2).length !== 0)
t2 = (t4 ? _null : t3.emailStatus) !== "delivered";
else
t2 = false;
if (t2)
t7.push(new A.Padding(B.EdgeInsets_0_8_0_0, A.Text$(t3.emailError, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.bodySmall, _null, _null, _null), _null));
t7.push(new A.SizedBox(_null, 8, _null, _null));
B.JSArray_methods.addAll$1(t1, t7);