diff --git a/apps/website/src/app/status/BotStats.tsx b/apps/website/src/app/status/BotStats.tsx index 9ca8707ad..583da92f3 100644 --- a/apps/website/src/app/status/BotStats.tsx +++ b/apps/website/src/app/status/BotStats.tsx @@ -60,7 +60,7 @@ export function BotStatus({ {stats .sort((a, b) => a.childId.localeCompare(b.childId)) .map((stats) => ( - + ))} {!!unreportedShards.length && !!totalShards && ( diff --git a/apps/website/src/app/status/page.tsx b/apps/website/src/app/status/page.tsx index 197e78c8b..cb87c03c8 100644 --- a/apps/website/src/app/status/page.tsx +++ b/apps/website/src/app/status/page.tsx @@ -19,7 +19,7 @@ export default function StatusPage() { return (
{status.data.map((status) => ( - + ))}
);