Message: Fix custom colors for corners (#2736)
This commit is contained in:
parent
79e3ae3b6e
commit
7147393753
@ -791,7 +791,7 @@ const Message: FC<OwnProps & StateProps> = ({
|
||||
hasSubheader && 'with-subheader',
|
||||
noMediaCorners && 'no-media-corners',
|
||||
);
|
||||
const hasCustomAppendix = isLastInGroup && !hasText && !asForwarded && !hasThread;
|
||||
const hasCustomAppendix = isLastInGroup && !hasText && !asForwarded && !withCommentButton;
|
||||
const textContentClass = buildClassName(
|
||||
'text-content',
|
||||
'clearfix',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user