mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Admin Portal - Profile
This commit is contained in:
parent
f6314372fd
commit
10293db5e9
6
public/main.profile.dart.js
vendored
6
public/main.profile.dart.js
vendored
@ -455360,12 +455360,13 @@
|
||||
};
|
||||
A._HistoryListTileState.prototype = {
|
||||
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),
|
||||
store = A.StoreProvider_of(context, type$.legacy_AppState),
|
||||
t3 = store.__Store__state_A;
|
||||
t3 === $ && A.throwUnnamedLateFieldNI();
|
||||
$history = this._widget.history;
|
||||
subtitle = new A.SizedBox(_null, _null, _null, _null);
|
||||
t1.entity = null;
|
||||
t4 = A._setArrayType([B.EntityType_dashboard, B.EntityType_reports, B.EntityType_settings], type$.JSArray_legacy_EntityType);
|
||||
t5 = $history.entityType;
|
||||
@ -455376,8 +455377,7 @@
|
||||
else if (t5 === B.EntityType_settings) {
|
||||
t4 = $history.id;
|
||||
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;
|
||||
} else {
|
||||
t4 = t3.getEntityMap$1(t5);
|
||||
|
Loading…
x
Reference in New Issue
Block a user