update name
This commit is contained in:
@@ -10,7 +10,7 @@ export default function Doctor() {
|
|||||||
|
|
||||||
const { id } = useParams();
|
const { id } = useParams();
|
||||||
|
|
||||||
const pageTitle = 'Payment';
|
const pageTitle = 'Livechat';
|
||||||
return (
|
return (
|
||||||
<Page title={pageTitle}>
|
<Page title={pageTitle}>
|
||||||
<Container maxWidth={themeStretch ? false : 'xl'}>
|
<Container maxWidth={themeStretch ? false : 'xl'}>
|
||||||
@@ -22,8 +22,8 @@ export default function Doctor() {
|
|||||||
href: '/report',
|
href: '/report',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Payment',
|
name: 'Livechat',
|
||||||
href: '/report/payment',
|
href: '/report/live-chat',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user