From 064f6ebc8a438cda86e03203a98a1b224df25460 Mon Sep 17 00:00:00 2001 From: TaePoong719 Date: Thu, 16 Nov 2023 21:41:53 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20:=20users=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20=EC=8A=A4=ED=81=AC=EB=A1=A4=20=EA=B8=B0=EB=8A=A5=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/users/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/users/page.tsx b/app/users/page.tsx index ee0def2..3ee7dfa 100644 --- a/app/users/page.tsx +++ b/app/users/page.tsx @@ -15,7 +15,7 @@ const Users = async () => { const allUsersExceptMe = allUsers.filter((user) => user.id !== myUser.id); return ( -
+