From ef732346061428db88189fb774a352243fc16374 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sun, 28 May 2023 13:16:58 +0200 Subject: [PATCH] :rotating_light: fixed linter warnings --- frontend/src/lib/dashboard/start_game.svelte | 2 +- frontend/src/lib/editor.svelte | 2 +- frontend/src/lib/editor/card.svelte | 6 +++--- frontend/src/lib/play/join.svelte | 2 +- frontend/src/routes/+layout.svelte | 4 ++-- frontend/src/routes/account/login/password_component.svelte | 1 - frontend/src/routes/account/login/totp_component.svelte | 2 +- frontend/src/routes/account/login/webauthn_component.svelte | 2 +- frontend/src/routes/import/+page.svelte | 2 +- 9 files changed, 11 insertions(+), 12 deletions(-) diff --git a/frontend/src/lib/dashboard/start_game.svelte b/frontend/src/lib/dashboard/start_game.svelte index ad9b39d..f148a6a 100644 --- a/frontend/src/lib/dashboard/start_game.svelte +++ b/frontend/src/lib/dashboard/start_game.svelte @@ -4,7 +4,7 @@ file, You can obtain one at https://mozilla.org/MPL/2.0/. -->