replying to fix

This commit is contained in:
Martti Malmi 2023-07-23 10:11:24 +03:00
parent 4f680c26d5
commit bf2506a99e

View File

@ -19,7 +19,7 @@ const ReplyingToUsers = ({ event, isQuoting }) => {
<Show when={replyingToUsers?.length && !isQuoting}>
<small className="text-neutral-500">
{t('replying_to') + ' '}
<For each={replyingToUsers.slice(3)}>
<For each={replyingToUsers.slice(0, 3)}>
{(u) => (
<a href={`/${Key.toNostrBech32Address(u, 'npub')}`}>
@<Name pub={u} hideBadge={true} />{' '}