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,