Gift Badges: A few tweaks
This commit is contained in:
parent
0a0b5a7bfe
commit
a114e4e210
11 changed files with 134 additions and 124 deletions
|
@ -333,7 +333,7 @@ export class Quote extends React.Component<Props, State> {
|
|||
isViewOnce,
|
||||
} = this.props;
|
||||
|
||||
if (text) {
|
||||
if (text && !isGiftBadge) {
|
||||
const quoteText = bodyRanges
|
||||
? getTextWithMentions(bodyRanges, text)
|
||||
: text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue