mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 23:34:00 +01:00
parent
143762fbee
commit
eeccf01ec2
|
@ -159,6 +159,9 @@ const ContentView = ({
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
p({ className, children, ...props }) {
|
||||||
|
return <p className='whitespace-pre-wrap'>{children}</p>;
|
||||||
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{content}
|
{content}
|
||||||
|
|
Loading…
Reference in a new issue