diff --git a/apps/vyper/src/app/components/CompileErrorCard.tsx b/apps/vyper/src/app/components/CompileErrorCard.tsx index 08ba821a1b..761d64f6e8 100644 --- a/apps/vyper/src/app/components/CompileErrorCard.tsx +++ b/apps/vyper/src/app/components/CompileErrorCard.tsx @@ -21,7 +21,7 @@ export function CompileErrorCard(props: any) { > {props.output.message.trim()} -
+ {/*
props.askGpt(props.output.message)}> Ask GPT @@ -30,7 +30,7 @@ export function CompileErrorCard(props: any) {
-
+
*/} ) }