From c61e5a5f7850e724a8fb0e3b26a8c1258471d0b6 Mon Sep 17 00:00:00 2001 From: joshuaruesweg Date: Mon, 9 Aug 2021 12:14:26 +0200 Subject: [PATCH] Remove superfluous comma --- ts/WoltLabSuite/Core/Acp/Ui/User/Action/Handler/Dialog/Ban.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ts/WoltLabSuite/Core/Acp/Ui/User/Action/Handler/Dialog/Ban.ts b/ts/WoltLabSuite/Core/Acp/Ui/User/Action/Handler/Dialog/Ban.ts index 7db3a45cd9..51caf7a842 100644 --- a/ts/WoltLabSuite/Core/Acp/Ui/User/Action/Handler/Dialog/Ban.ts +++ b/ts/WoltLabSuite/Core/Acp/Ui/User/Action/Handler/Dialog/Ban.ts @@ -136,9 +136,7 @@ export class BanDialog {
- +
`, }; } -- 2.20.1