Admin Portal - Profile

This commit is contained in:
hillelcoren 2023-03-08 05:48:42 +00:00
parent f6314372fd
commit 10293db5e9

View File

@ -455360,12 +455360,13 @@
}; };
A._HistoryListTileState.prototype = { A._HistoryListTileState.prototype = {
build$1(context) { build$1(context) {
var $history, t4, t5, title, subtitle, t6, entity, clientId, t7, _null = null, t1 = {}, var $history, subtitle, t4, t5, title, t6, entity, clientId, t7, _null = null, t1 = {},
t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization),
store = A.StoreProvider_of(context, type$.legacy_AppState), store = A.StoreProvider_of(context, type$.legacy_AppState),
t3 = store.__Store__state_A; t3 = store.__Store__state_A;
t3 === $ && A.throwUnnamedLateFieldNI(); t3 === $ && A.throwUnnamedLateFieldNI();
$history = this._widget.history; $history = this._widget.history;
subtitle = new A.SizedBox(_null, _null, _null, _null);
t1.entity = null; t1.entity = null;
t4 = A._setArrayType([B.EntityType_dashboard, B.EntityType_reports, B.EntityType_settings], type$.JSArray_legacy_EntityType); t4 = A._setArrayType([B.EntityType_dashboard, B.EntityType_reports, B.EntityType_settings], type$.JSArray_legacy_EntityType);
t5 = $history.entityType; t5 = $history.entityType;
@ -455376,8 +455377,7 @@
else if (t5 === B.EntityType_settings) { else if (t5 === B.EntityType_settings) {
t4 = $history.id; t4 = $history.id;
subtitle = A.Text$(t2.lookup$1(t4 == null ? "company_details" : t4), _null, _null, _null, _null, _null, _null, _null, _null, _null); subtitle = A.Text$(t2.lookup$1(t4 == null ? "company_details" : t4), _null, _null, _null, _null, _null, _null, _null, _null, _null);
} else }
subtitle = _null;
t2 = _null; t2 = _null;
} else { } else {
t4 = t3.getEntityMap$1(t5); t4 = t3.getEntityMap$1(t5);