Skip to content

Commit dee3547

Browse files
committed
code improvements
1 parent b00331c commit dee3547

File tree

1 file changed

+1
-1
lines changed
  • app/containers/message/Components/Attachments

1 file changed

+1
-1
lines changed

app/containers/message/Components/Attachments/Quote.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const isQuoteAttachment = (file?: IAttachment): boolean => {
1313

1414
if (file.collapsed) return false;
1515

16-
if (!file.color && !file.text && (file.image_url || file.audio_url || file.video_url || file.collapsed)) {
16+
if (!file.color && !file.text && (file.image_url || file.audio_url || file.video_url )) {
1717
return false;
1818
}
1919

0 commit comments

Comments
 (0)