fixing error message in vyper plugin

vyper-error-fix
Joseph Izang 2 years ago
parent b1fd33053b
commit 11c549e083
  1. 2
      apps/vyper/src/app/app.tsx

@ -111,7 +111,7 @@ const App: React.FC = () => {
/> />
</div> </div>
<article id="result"> <article id="result">
<VyperResult output={contract ? output[contract] : undefined} /> {/* <VyperResult output={contract ? output[contract] : undefined} /> */}
</article> </article>
</section> </section>
</main> </main>

Loading…
Cancel
Save