@alviere/ui 0.13.1 → 0.13.2
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/dist/web-components.js +1 -1
- package/dist/web-components.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16841,7 +16841,7 @@ function AddBankAccount($$anchor, $$props) {
|
|
|
16841
16841
|
append($$anchor4, div_15);
|
|
16842
16842
|
};
|
|
16843
16843
|
if_block(node_6, ($$render) => {
|
|
16844
|
-
if (get$1(displayInfo).accountType !== "N/A") $$render(consequent_5);
|
|
16844
|
+
if (get$1(displayInfo).accountType !== "N/A" && get$1(shouldShowAccountType)) $$render(consequent_5);
|
|
16845
16845
|
});
|
|
16846
16846
|
}
|
|
16847
16847
|
reset(div_9);
|