This commit is contained in:
Malai Raja
2024-01-09 15:58:22 +05:30
parent 92cc1445ea
commit 4e0606ef59
9 changed files with 266 additions and 153 deletions

View File

@@ -15,6 +15,9 @@ const ProfileTab = ({ handleLogout }) => {
const navigate=useNavigate();
const handleListItemClick = (event, index) => {
setSelectedIndex(index);
if(index == 1){
navigate('/accountsettings');
}
};
return (