@morghulis/core 1.0.39 → 1.0.40
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.
|
@@ -20369,7 +20369,7 @@ const bh = /* @__PURE__ */ R({
|
|
|
20369
20369
|
return e.path ? (b(), M(H, { key: 0 }, [
|
|
20370
20370
|
n.includes(o.value) ? (b(), k(An(r.value), {
|
|
20371
20371
|
key: 1,
|
|
20372
|
-
url: s.value
|
|
20372
|
+
url: decodeURI(s.value)
|
|
20373
20373
|
}, null, 8, ["url"])) : (b(), k(d, {
|
|
20374
20374
|
key: 0,
|
|
20375
20375
|
icon: "info"
|