Compare commits

..

1 Commits

Author SHA1 Message Date
Henry
f2e250b83c chore: patch migration order 2025-06-10 21:09:36 +01:00

View File

@@ -132,11 +132,7 @@ const Comment = ({
)} )}
</div> </div>
{!isEditing ? ( {!isEditing ? (
<ContentEditable <p className="mt-2 text-sm">{comment}</p>
html={comment ?? ""}
disabled={true}
className="mt-2 text-sm"
/>
) : ( ) : (
<form onSubmit={handleSubmit(onSubmit)}> <form onSubmit={handleSubmit(onSubmit)}>
<ContentEditable <ContentEditable