We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfef9dc commit d81f347Copy full SHA for d81f347
1 file changed
src/components/ConversationCard/index.jsx
@@ -390,7 +390,6 @@ function ConversationCard(props) {
390
<ArchiveIcon size={16} />
391
</span>
392
)}
393
- a{' '}
394
{conversationItemData.length > 0 && (
395
<span
396
title={t('Jump to bottom')}
0 commit comments