From 037eb7fcac1a3bb2d85ca246cbc16d5a25f2c13e Mon Sep 17 00:00:00 2001 From: Regalijan Date: Mon, 11 May 2026 00:51:51 -0400 Subject: [PATCH] Possibly fix appeals? --- app/routes/appeals.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/routes/appeals.tsx b/app/routes/appeals.tsx index 386a63d..8d4bc09 100644 --- a/app/routes/appeals.tsx +++ b/app/routes/appeals.tsx @@ -45,10 +45,11 @@ export async function loader({ context }: { context: RequestContext }) { id: true, }, where: { + approved: null, user: { path: "id", equals: currentUser.id, - }, + } }, }), ),