From 25b668ad2b1c609d120e580b1cdc561674ae849b Mon Sep 17 00:00:00 2001 From: Tb Fajri Date: Sat, 9 Sep 2023 10:42:43 +0700 Subject: [PATCH] update name --- frontend/dashboard/src/pages/Report/Livechat/Index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/dashboard/src/pages/Report/Livechat/Index.tsx b/frontend/dashboard/src/pages/Report/Livechat/Index.tsx index df2f3cf0..6031ab63 100644 --- a/frontend/dashboard/src/pages/Report/Livechat/Index.tsx +++ b/frontend/dashboard/src/pages/Report/Livechat/Index.tsx @@ -10,7 +10,7 @@ export default function Doctor() { const { id } = useParams(); - const pageTitle = 'Payment'; + const pageTitle = 'Livechat'; return ( @@ -22,8 +22,8 @@ export default function Doctor() { href: '/report', }, { - name: 'Payment', - href: '/report/payment', + name: 'Livechat', + href: '/report/live-chat', }, ]} />