@crystaltech/hsms-shared-ui 0.7.3-alpha-0.8 → 0.7.3-alpha-0.9
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.es.js +2 -1
- package/dist/index.js +1 -1
- package/dist/sw.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -45207,7 +45207,8 @@ const J9 = Rr(Qe)(() => ({
|
|
|
45207
45207
|
if (localStorage.setItem(
|
|
45208
45208
|
"organization_info",
|
|
45209
45209
|
JSON.stringify(I)
|
|
45210
|
-
), a != null && a.backgroundImageUrl) {
|
|
45210
|
+
), console.log("Fetched facility:", I), a != null && a.backgroundImageUrl) {
|
|
45211
|
+
console.log("Using existing backgroundImageUrl");
|
|
45211
45212
|
const E = new Image();
|
|
45212
45213
|
E.src = yr(a.backgroundImageUrl), console.log(
|
|
45213
45214
|
"bhi",
|