Javascript formatting autofixes
This commit is contained in:
parent
84f0dd07ae
commit
983db3c675
@ -96,7 +96,8 @@ export const ChatUserMessage: FC<ChatUserMessageProps> = ({
|
||||
[styles.ownMessage]: sentBySelf,
|
||||
})}
|
||||
style={{ borderColor: color }}
|
||||
title={formattedTimestamp}>
|
||||
title={formattedTimestamp}
|
||||
>
|
||||
<div className={styles.background} style={{ color }} />
|
||||
|
||||
<UserTooltip user={user}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user