Skip to content

Commit 33746c4

Browse files
authored
Update Chat.tsx
1 parent f43d0a2 commit 33746c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

client/src/Chat.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,7 @@ export default function Chat() {
107107
/>
108108
)
109109
))}
110-
<pre className="whitespace-pre-wrap break-words font-sans m-0">
111-
{message.text}
112-
</pre>
113-
</div>
110+
</div>
114111
</div>
115112
))
116113
) : (

0 commit comments

Comments
 (0)