diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 5fe0471..e4d7065 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -543,7 +543,7 @@ export default function Home() { { type: "widget", el: }, ...bottomArticles.map((a) => ({ type: "article" as const, - el: , + el: , })), { type: "widget", el: }, { type: "ad", el:
},