From 301e8bb18ab8efed15fa1981e45835bc2e842c7e Mon Sep 17 00:00:00 2001 From: Jenny Liu Date: Tue, 21 Jan 2025 22:42:08 -0800 Subject: [PATCH] fixed eslint stuff --- apps/site/src/app/(main)/resources/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/site/src/app/(main)/resources/page.tsx b/apps/site/src/app/(main)/resources/page.tsx index 1813f9ab..aa96fb34 100644 --- a/apps/site/src/app/(main)/resources/page.tsx +++ b/apps/site/src/app/(main)/resources/page.tsx @@ -26,8 +26,11 @@ export default async function Resources() {
{resources.order.map( - ({ _id, iconUrl, title, description, resources }, i) => ( -
+ ({ _id, iconUrl, title, description, resources }) => ( +
-
+

{title}