From 2c58f46136e404a7228706e3ac374748dc19af40 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:33:02 +0000 Subject: [PATCH] enhancement(lint): Fix lint errors for src/components/Projects/index.tsx Co-authored-by: NeonGamerBot-QK Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com> --- src/components/Projects/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Projects/index.tsx b/src/components/Projects/index.tsx index 2a126a8c..e47e57d9 100644 --- a/src/components/Projects/index.tsx +++ b/src/components/Projects/index.tsx @@ -57,10 +57,10 @@ export default function Projects() { const fetchData = () => { return Promise.all([ fetch( - `https://api.github.com/users/NeonGamerBot-QK/repos?per_page=100` + `https://api.github.com/users/NeonGamerBot-QK/repos?per_page=100`, ).then((response) => response.json()), fetch( - `https://api.github.com/users/NeonGamerBot-QK/repos?per_page=100?page=2` + `https://api.github.com/users/NeonGamerBot-QK/repos?per_page=100?page=2`, ).then((response) => response.json()), ]).then((data) => { if (process.env.NODE_ENV !== "production") console.log(data[0], data[1]); @@ -137,7 +137,7 @@ export default function Projects() { {d.topics .filter( (e: string) => - !e.includes("github-include-on-site") + !e.includes("github-include-on-site"), ) .map((topic: string, i: number) => { return (