From 13d460af4db4dc2b601dc4dafc9e48c67ad51504 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Tue, 9 Apr 2024 15:11:41 +0100 Subject: [PATCH] remove unwanted title property --- apps/vyper/src/app/components/CompileErrorCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/vyper/src/app/components/CompileErrorCard.tsx b/apps/vyper/src/app/components/CompileErrorCard.tsx index dce0afe26b..777f3b9d23 100644 --- a/apps/vyper/src/app/components/CompileErrorCard.tsx +++ b/apps/vyper/src/app/components/CompileErrorCard.tsx @@ -7,7 +7,6 @@ export function CompileErrorCard(props: { output: any, plugin: RemixClient }) {