Skip to content

Commit 2818c18

Browse files
committed
Fix typo
1 parent 40b4841 commit 2818c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Navbar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const Navbar: React.FC<NavbarProps> = (props) => {
8888
<MenuItem
8989
onClick={() => {
9090
handleClose();
91-
navigate(`/profile/${user.id}}`);
91+
navigate(`/profile/${user.id}`);
9292
}}
9393
>
9494
Profile

0 commit comments

Comments
 (0)