added conditional render between /dashboard and /my-rooms in user dropdown.
removed description field in user profile edit
How to test
Checkout branch
Login with a user account, verify if there is my room button in UserDropdown.
Navigate to /my-rooms and verify that the description field is no longer available.
Login with an expert account, verify that Dashboard button is present in UserDropdown
Test the Edit Profile and verify that it navigate to the correct route for the corresponding user type (/dashboard/profile for expert and /edit-profile for user)
Closes #111 #113
Changelog
/dashboard
and/my-rooms
in user dropdown.How to test
my room
button inUserDropdown
./my-rooms
and verify that the description field is no longer available.Dashboard
button is present inUserDropdown
Edit Profile
and verify that it navigate to the correct route for the corresponding user type (/dashboard/profile
for expert and/edit-profile
for user)