Skip to content

Commit

Permalink
add some redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ocitocit committed Oct 14, 2023
1 parent 079be0c commit 6784e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navbar/UserMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const UserMenu: React.FC<UserMenuProps> = ({ currentUser }) => {
<>
<MenuItem onClick={() => router.push('/trips')} label="My trips" />
<MenuItem onClick={() => {}} label="My favorites" />
<MenuItem onClick={() => {}} label="My reservations" />
<MenuItem onClick={() => router.push('/reservations')} label="My reservations" />
<MenuItem onClick={() => {}} label="My properties" />
<MenuItem onClick={onRent} label="Airbnb my home" />
<hr />
Expand Down

0 comments on commit 6784e84

Please sign in to comment.