typo bug fix

This commit is contained in:
ajaythapliyal
2023-03-02 09:10:35 +05:30
parent dae6fa32c7
commit 9b668e1b13

View File

@@ -31,7 +31,7 @@ export default function Conversation() {
return (
<div className="flex justify-center p-6">
{messages.length && (
{messages.length > 0 && (
<div className="mt-20 flex w-10/12 flex-col transition-all md:w-1/2">
{messages.map((message, index) => {
return (