@crystaltech/hsms-shared-ui 0.7.14-alpha.0.5 → 0.7.14-alpha.0.6
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 +3 -1
- package/dist/index.js +1 -1
- package/dist/sw.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -28503,7 +28503,9 @@ const J8 = ({
|
|
|
28503
28503
|
const g = JSON.parse(p);
|
|
28504
28504
|
return {
|
|
28505
28505
|
...g,
|
|
28506
|
-
hospitalName: g.
|
|
28506
|
+
hospitalName: g.hospitalName,
|
|
28507
|
+
logo: g.logoUrl,
|
|
28508
|
+
subTitle: g.hospitalName
|
|
28507
28509
|
};
|
|
28508
28510
|
}
|
|
28509
28511
|
return f ? JSON.parse(f) : null;
|