bison-web-components 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1010,8 +1010,6 @@ class BisonOperatorPayments extends HTMLElement {
|
|
|
1010
1010
|
const companyName = this._operatorData?.companyName || "";
|
|
1011
1011
|
if (this._isOperatorLookupPending) {
|
|
1012
1012
|
btn.innerHTML = `${loaderSvg} Initializing...`;
|
|
1013
|
-
} else if (companyName) {
|
|
1014
|
-
btn.innerHTML = `${logoImg} <span class="bop-trigger-company" key="${companyName}">${companyName}</span> <span class="bop-trigger-sep">·</span> Manage Bank Accounts`;
|
|
1015
1013
|
} else {
|
|
1016
1014
|
btn.innerHTML = `${logoImg} Manage Bank Accounts`;
|
|
1017
1015
|
}
|