chore: Update translations
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Stacktoshi 2024-05-23 08:38:26 +00:00
parent feceec0f4a
commit f907dc8473

View File

@ -140,7 +140,7 @@ export function ChatMessage({
} }
pubkey={ev.pubkey} pubkey={ev.pubkey}
/>{" "} />{" "}
<span title={dayjs(ev.created_at * 1000).format('MMM D, h:mm A')}> <span title={dayjs(ev.created_at * 1000).format("MMM D, h:mm A")}>
<Text tags={ev.tags} content={ev.content} eventComponent={CollapsibleEvent} className="inline" /> <Text tags={ev.tags} content={ev.content} eventComponent={CollapsibleEvent} className="inline" />
</span> </span>
{(hasReactions || hasZaps) && ( {(hasReactions || hasZaps) && (