Remove superfluous comma
authorjoshuaruesweg <ruesweg@woltlab.com>
Mon, 9 Aug 2021 10:14:26 +0000 (12:14 +0200)
committerjoshuaruesweg <ruesweg@woltlab.com>
Mon, 9 Aug 2021 10:14:26 +0000 (12:14 +0200)
ts/WoltLabSuite/Core/Acp/Ui/User/Action/Handler/Dialog/Ban.ts

index 7db3a45cd94e65466b616ddb9c2f2f731c4a8f19..51caf7a842c655dece876ab6e4bb07e934a45989 100644 (file)
@@ -136,9 +136,7 @@ export class BanDialog {
   </dl>
 </div>
 <div class="formSubmit dialogFormSubmit">
-  <button class="buttonPrimary formSubmitButton" accesskey="s">${Language.get(
-    "wcf.global.button.submit",
-  )}</button>
+  <button class="buttonPrimary formSubmitButton" accesskey="s">${Language.get("wcf.global.button.submit")}</button>
 </div>`,
     };
   }