diff --git a/routes/_components/profile/AccountProfileMeta.html b/routes/_components/profile/AccountProfileMeta.html index 65e898e..4fc9d64 100644 --- a/routes/_components/profile/AccountProfileMeta.html +++ b/routes/_components/profile/AccountProfileMeta.html @@ -1,50 +1,52 @@ -
- {@html meta} -
+{#if emojifiedFields.length} +
+
+ {#each emojifiedFields as field, i} +
+ {field.name} +
+
+ {@html field.value} +
+ {/each} +
+
+{/if} \ No newline at end of file