From 994f26174153852df3ea1b2574d962e2d41538de Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Mon, 26 Feb 2024 14:34:49 +0100 Subject: [PATCH] relocate the warning message to be after localurl --- apps/vyper/src/app/app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vyper/src/app/app.tsx b/apps/vyper/src/app/app.tsx index 7980b9071d..84963fa6d9 100644 --- a/apps/vyper/src/app/app.tsx +++ b/apps/vyper/src/app/app.tsx @@ -143,6 +143,7 @@ const App = () => { + Specify the{' '} @@ -154,7 +155,6 @@ const App = () => { {' '} in the .vy file. -
setOutput({...output, [name]: update})} resetCompilerState={resetCompilerResultState} />