pl-fe: mfm: fix typo

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-10-06 18:59:34 +02:00
parent 99c565a0c0
commit 12e076faee

View File

@ -351,7 +351,6 @@ const ParsedMfm: React.FC<IParsedMfm> = React.memo(({ text, emojis, mentions, sp
<span>
{`$[${token.props.name} `}
{genEl(token.children, scale)}
]
</span>
);
} else {