@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
@@ -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
|
-
|| (
|
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">
|