@adstore/templates 2.14.3 → 2.14.4
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/templates.js.js +1 -1
- package/package.json +1 -1
package/dist/templates.js.js
CHANGED
@@ -3020,7 +3020,7 @@ const on = (t, o = "DD.MM.YYYY", e = "en") => t ? Tf(t).locale(e).format(o) : ""
|
|
3020
3020
|
}
|
3021
3021
|
return u;
|
3022
3022
|
}, [t, e]), c = Zn(() => _e(void 0, null, function* () {
|
3023
|
-
const u = r ? `${d}_${JSON.stringify(r)}` :
|
3023
|
+
const u = r ? `${d}_${JSON.stringify(r)}` : d;
|
3024
3024
|
if (o || !d)
|
3025
3025
|
return;
|
3026
3026
|
if (ue.has(u))
|