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