remove unwanted title property

pull/5370/head
Joseph Izang 11 months ago committed by Aniket
parent c3f21b8efe
commit f28e0c23bd
  1. 1
      apps/vyper/src/app/components/CompileErrorCard.tsx

@ -7,7 +7,6 @@ export function CompileErrorCard(props: { output: any, plugin: RemixClient }) {
<div
id="vyperErrorResult"
className=" d-flex flex-column p-2 alert alert-danger error vyper-compile-error vyper-panel-width"
title={props.output?.title}
>
<span
data-id="error-message"

Loading…
Cancel
Save