@opengis/admin 0.2.111 → 0.2.112

Sign up to get free protection for your applications and to get access to all the features.
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">