Skip to content

Commit

Permalink
fix(header): remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis committed Jul 4, 2022
1 parent 9667157 commit 3a20023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ const Main = ({
};

const mobileBurgerOnClick = () => {
console.log('aa', burger);
if (searchIsActive === true) {
setSearchIsActive(false);
}
Expand Down

0 comments on commit 3a20023

Please sign in to comment.