diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index 4c18f29d6f90..805cff90fb04 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -353590,11 +353590,16 @@ } }, get$isPending() { - if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringExpense], type$.JSArray_legacy_EntityType), this.entityType)) - return false; - else { - var t1 = this.invoiceId; - return !(t1 != null && t1.length !== 0) && this.shouldBeInvoiced; + var t1, _this = this; + if (B.JSArray_methods.contains$1(A._setArrayType([B.EntityType_recurringExpense], type$.JSArray_legacy_EntityType), _this.entityType)) { + if (_this.statusId === "2") + t1 = _this.lastSentDate.length === 0; + else + t1 = false; + return t1; + } else { + t1 = _this.invoiceId; + return !(t1 != null && t1.length !== 0) && _this.shouldBeInvoiced; } } }; @@ -468904,7 +468909,7 @@ }; A._LoginState_build_closure0.prototype = { call$0() { - return A.launchUrl(A.Uri_parse("https://invoiceninja.com", 0, null)); + return A.launchUrl(A.Uri_parse("https://invoiceninja.com/", 0, null)); }, $signature: 29 };