Skip to content

Commit

Permalink
uncomment auth nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Mothana committed Sep 26, 2024
1 parent 94fdc6e commit fba7aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Containers/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export const Header = () => {
</div>
<div className="Header_modal_content_item_text">Node Invitations</div>
</div>
{/* {
{
!backUpStates.subbedToBackUp
&&
<div className="Header_modal_content_item" onClick={() => {
Expand All @@ -213,7 +213,7 @@ export const Header = () => {
</div>
<div className="Header_modal_content_item_text">Auth</div>
</div>
} */}
}
<div className="Header_modal_content_item">
<hr />
</div>
Expand Down

0 comments on commit fba7aec

Please sign in to comment.