bug: formatting

This commit is contained in:
Kieran 2023-05-17 23:03:56 +01:00
parent cefc21709a
commit a79cd6fd96
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -166,7 +166,7 @@ export default function Text({ content, tags, creator, disableMedia, depth }: Te
if (t) {
return <ProxyImg src={t[2]} size={15} className="custom-emoji" />;
} else {
return `:${i}:`;
return i;
}
});
}