From aad67720c118512193171fa5aecf76d3f7f33723 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Sat, 8 Mar 2025 17:25:24 +0800 Subject: [PATCH] fix: correct TODO comment formatting in news detail loader --- app/routes/_news.detail.$slug.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/_news.detail.$slug.tsx b/app/routes/_news.detail.$slug.tsx index d8a3ee8..7ca1c66 100644 --- a/app/routes/_news.detail.$slug.tsx +++ b/app/routes/_news.detail.$slug.tsx @@ -15,7 +15,7 @@ export const loader = async ({ request, params }: Route.LoaderArgs) => { }) userData = data } - // TODO need handle if user not access non premium data + // TODO: need handle if user not access non premium data const { data: newsDetailData } = await getNewsBySlug({ slug: params.slug, accessToken: userToken,