From 6b1dfa35a4fca82e9cc4165fa70041ed74c104eb Mon Sep 17 00:00:00 2001 From: gearnode Date: Mon, 31 Mar 2025 10:32:54 +0200 Subject: [PATCH] Update home page Signed-off-by: gearnode --- apps/console/src/pages/organizations/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; }