@opengis/admin 0.2.111 → 0.2.112

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengis/admin",
3
- "version": "0.2.111",
3
+ "version": "0.2.112",
4
4
  "description": "This project Softpro Admin",
5
5
  "main": "dist/admin.js",
6
6
  "type": "module",
@@ -36,7 +36,7 @@ export default async function descriptionList(data, opt) {
36
36
  const key = keys[i + 1];
37
37
 
38
38
  const d1 = format(data[key], key, data)
39
- || (name.includes('{{') ? await handlebars.compile(key)(data) : '-')
39
+ || (key.includes('{{') ? await handlebars.compile(key)(data) : '-')
40
40
  || '-';
41
41
 
42
42
  result.push(`<div class="grid grid-cols-1 gap-1 py-3 sm:grid-cols-3 sm:gap-4">