We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e91ef7 commit 3cdeb96Copy full SHA for 3cdeb96
package/src/components/Reply/Reply.tsx
@@ -120,10 +120,6 @@ const SubtitleText = React.memo(({ message }: { message?: LocalMessage | null })
120
return message?.text;
121
}
122
123
- if (imageAttachments?.length && videoAttachments?.length) {
124
- return `${imageAttachments?.length + videoAttachments.length} Media`;
125
- }
126
-
127
if (onlyImages) {
128
if (imageAttachments?.length === 1) {
129
return 'Photo';
0 commit comments