diff --git a/apps/console/src/pages/organizations/HomePage.tsx b/apps/console/src/pages/organizations/HomePage.tsx
index 6f0ade21b..adf188b6a 100644
--- a/apps/console/src/pages/organizations/HomePage.tsx
+++ b/apps/console/src/pages/organizations/HomePage.tsx
@@ -2,5 +2,5 @@ import { Navigate, useParams } from "react-router";
export default function HomePage() {
const { organizationId } = useParams();
- return ;
+ return ;
}