refactor: remove console.log statement and update condition for displaying "NO OUTPUT" message
This commit is contained in:
parent
300be557c2
commit
f1555c41d5
1 changed files with 0 additions and 1 deletions
|
|
@ -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`}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue