Skip to content

Commit

Permalink
bburger menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Khabibova committed Nov 2, 2023
1 parent 9a16b7a commit 88ae8f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function App() {
setSuccessInfoTooltipStatus(false)
console.log(`Ошибка авторизации ${error}`);
})

}

function handleEditProfileClick() {
setEditPopupOpen(true)
Expand Down Expand Up @@ -276,6 +276,5 @@ function App() {
</CurrentUserContext.Provider>
);
}
}

export default App;
export default App;

0 comments on commit 88ae8f3

Please sign in to comment.