refactor: remove console.log statement and update condition for displaying "NO OUTPUT" message

This commit is contained in:
anovazzi1 2024-05-31 17:44:29 -03:00
commit f1555c41d5

View file

@ -1,7 +1,6 @@
import { Textarea } from "../../../../../../../components/ui/textarea";
export default function ErrorOutput({ value }: { value: string }) {
console.log(value);
return (
<Textarea
className={`h-full w-full text-destructive custom-scroll`}