From 451467372774be79d368f8979de0766345db4098 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 12 Dec 2019 20:17:59 +0100 Subject: [PATCH] fix alignment --- UI/Component/Form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Component/Form.js b/UI/Component/Form.js index 92f09fe..0d49658 100644 --- a/UI/Component/Form.js +++ b/UI/Component/Form.js @@ -129,7 +129,7 @@ export class Form { let length = 0; const submits = this.forms[id].getSubmit() - const submitLength =submits.length; + const submitLength = submits.length; this.unbind(id);