diff --git a/public/js/app.js b/public/js/app.js index 6888e3a..9a395c5 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -353,34 +353,36 @@ function AddServerForm({ onAdd }) { {envVars.map((envVar, index) => ( -
- handleEnvVarChange(index, 'key', e.target.value)} - className="shadow appearance-none border rounded py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline w-2/5" - placeholder="key" - /> - = - handleEnvVarChange(index, 'value', e.target.value)} - className="shadow appearance-none border rounded py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline w-2/5" - placeholder="value" - /> +
+
+ handleEnvVarChange(index, 'key', e.target.value)} + className="shadow appearance-none border rounded py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline w-2/5" + placeholder="key" + /> + : + handleEnvVarChange(index, 'value', e.target.value)} + className="shadow appearance-none border rounded py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline w-2/5" + placeholder="value" + /> +
))}