From a445d72928b3c5298ce09d4a3cecda54b4e9dc94 Mon Sep 17 00:00:00 2001
From: AichaELYamlahi <aicha.elyamalhi@marketingconfort.com>
Date: Mon, 30 Sep 2024 21:10:29 +0100
Subject: [PATCH] some changes in session view

---
 .../home/Live_manger/statistics/LiveSession-table-row.tsx       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/shared/sections/home/Live_manger/statistics/LiveSession-table-row.tsx b/src/shared/sections/home/Live_manger/statistics/LiveSession-table-row.tsx
index 01c93ca4..2ffeeb54 100644
--- a/src/shared/sections/home/Live_manger/statistics/LiveSession-table-row.tsx
+++ b/src/shared/sections/home/Live_manger/statistics/LiveSession-table-row.tsx
@@ -58,7 +58,7 @@ export default function SalesSessionTableRow({
   const router = useRouter();
 
   const handlePanier = useCallback(() => {
-    router.push(paths.dashboard.admin.live.panier(id));
+    router.push(paths.dashboard.admin.live.panier(id,row.title));
   }, [router, id]);
 
   return (
-- 
GitLab