Skip to content

Commit

Permalink
removed useless code line
Browse files Browse the repository at this point in the history
  • Loading branch information
mertbagt committed Dec 30, 2024
1 parent 29a79a6 commit 59da1bd
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions components/DesktopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,12 @@ export const DesktopNav: React.FC<React.PropsWithChildren<unknown>> = () => {
/>
</NavDropdown.Item>
<NavDropdown.Item>
<TabContext.Provider value={{ tabStatus, setTabStatus }}>
<NavbarLinkEditProfile
handleClick={() => {
setTabStatus("Following")
}}
tab={"navigation.followingTab"}
/>
</TabContext.Provider>
<NavbarLinkEditProfile
handleClick={() => {
setTabStatus("Following")
}}
tab={"navigation.followingTab"}
/>
</NavDropdown.Item>
<NavDropdown.Item>
<NavbarLinkSignOut
Expand Down

0 comments on commit 59da1bd

Please sign in to comment.