From 8048e9979432634e88caf4a3d0ccaf69dd3736b3 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Mon, 28 Nov 2022 18:36:11 -0800 Subject: [PATCH] Fix linting issues --- client/app/(auth)/components/index.tsx | 1 + client/app/admin/components/user-table.tsx | 4 ++-- client/app/settings/components/sections/profile.tsx | 10 ++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/client/app/(auth)/components/index.tsx b/client/app/(auth)/components/index.tsx index a00c7854..6e782ae0 100644 --- a/client/app/(auth)/components/index.tsx +++ b/client/app/(auth)/components/index.tsx @@ -61,6 +61,7 @@ const Auth = ({ placeholder="Server Password" required width="100%" + aria-label="Server Password" /> )}