From 3d93d487241153266f529c51d81efc097feda8b4 Mon Sep 17 00:00:00 2001 From: Echo Date: Thu, 7 May 2026 17:54:19 +0200 Subject: [PATCH] [Glitch] Fix fields not having links Port 496d41cdcec25a519ae28d83fcafdefb52cebe12 to glitch-soc Signed-off-by: Claire --- .../glitch/components/account_header/fields.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/app/javascript/flavours/glitch/components/account_header/fields.tsx b/app/javascript/flavours/glitch/components/account_header/fields.tsx index 8e341507ab..6a9c657759 100644 --- a/app/javascript/flavours/glitch/components/account_header/fields.tsx +++ b/app/javascript/flavours/glitch/components/account_header/fields.tsx @@ -107,8 +107,13 @@ const FieldCard: FC<{ field: AccountField; }> = ({ htmlHandlers, field }) => { const intl = useIntl(); - const { name, nameHasEmojis, value_plain, valueHasEmojis, verified_at } = - field; + const { + name_emojified, + nameHasEmojis, + value_emojified, + valueHasEmojis, + verified_at, + } = field; const { wrapperRef, isLabelOverflowing, isValueOverflowing } = useFieldOverflow(); @@ -131,7 +136,7 @@ const FieldCard: FC<{ )} label={