Skip to content

Commit 61bcd1b

Browse files
authored
Update chat-bubble.tsx
1 parent d30b341 commit 61bcd1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/src/components/ui/chat/chat-bubble.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ const ChatBubbleMessage = React.forwardRef<
125125
ChatBubbleMessage.displayName = "ChatBubbleMessage";
126126

127127
// ChatBubbleTimestamp
128-
interface ChatBubbleTimestampProps
129-
extends React.HTMLAttributes<HTMLDivElement> {
128+
interface ChatBubbleTimestampProps extends React.HTMLAttributes<HTMLDivElement> {
130129
timestamp: string;
131130
}
132131

0 commit comments

Comments
 (0)