fix: correct TODO comment formatting in news detail loader
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user