chat fix? maybe? #46
This commit is contained in:
@@ -139,7 +139,7 @@ export const Chat = () => {
|
|||||||
{chat.name}
|
{chat.name}
|
||||||
{chat.notification && <span className="indicator-item status status-info" />}
|
{chat.notification && <span className="indicator-item status status-info" />}
|
||||||
</a>
|
</a>
|
||||||
<div className="tab-content bg-base-100 border-base-300 p-6 overflow-y-auto">
|
<div className="tab-content bg-base-100 border-base-300 p-6 overflow-y-auto max-h-[250px]">
|
||||||
{chat.messages.map((chatMessage) => {
|
{chat.messages.map((chatMessage) => {
|
||||||
const isSender = chatMessage.senderId === session.data?.user.id;
|
const isSender = chatMessage.senderId === session.data?.user.id;
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user