Compare commits

..

No commits in common. "47a748c623cc9f6813a8c77bbccb80dd652d4b92" and "c530751a70660855b498e93b466344f2556ee7c3" have entirely different histories.

3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx-web",
"version": "0.41.14",
"version": "0.41.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.41.14",
"version": "0.41.13",
"dependencies": {
"@brillout/json-serializer": "^0.5.8",
"@dicebear/collection": "^7.0.5",

View File

@ -87,7 +87,7 @@
"overrides": {
"vite": "$vite"
},
"version": "0.41.14",
"version": "0.41.13",
"imports": {
"#/*": "./*.js"
}

View File

@ -78,7 +78,7 @@ const propProcessors = {
})
.join(parentDetail.delimiter ?? ' ');
if (curatedDetails && parentDetail.wrap) {
if (parentDetail.wrap) {
return `${parentDetail.wrap[0]}${curatedDetails}${parentDetail.wrap[1]}`;
}