Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
smritidoneria committed Dec 17, 2024
1 parent 47181dc commit d2497f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/views/QuoteMessage/QuoteMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ const QuoteMessage = ({ className = '', style = {}, message }) => {
<Box css={styles.message}>
{message.msg ? (
<Markdown body={message} isReaction={false} />

) : (
`${message.file?.name} (${
message.file?.size ? (message.file.size / 1024).toFixed(2) : 0
Expand Down

0 comments on commit d2497f0

Please sign in to comment.