From 5814825c919d4f1da9c75a3700751fed96ceaf96 Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Thu, 15 Sep 2022 18:56:05 -0400 Subject: [PATCH] client: fix various lints --- packages/client/src/pages/_error_.vue | 2 +- packages/client/src/pages/about.vue | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/client/src/pages/_error_.vue b/packages/client/src/pages/_error_.vue index 1a5be7a2a..58e26785b 100644 --- a/packages/client/src/pages/_error_.vue +++ b/packages/client/src/pages/_error_.vue @@ -48,7 +48,7 @@ os.api('meta', { serverIsDead = true; }); -function reload() { +function reload(): void { unisonReload(); } diff --git a/packages/client/src/pages/about.vue b/packages/client/src/pages/about.vue index 3e3678189..4b8062f2e 100644 --- a/packages/client/src/pages/about.vue +++ b/packages/client/src/pages/about.vue @@ -3,7 +3,7 @@
-
+
@@ -45,11 +45,11 @@ - + - + @@ -81,6 +81,7 @@