Skip to content

Commit

Permalink
MM-005: corrected a failing test by adding label parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Anum1608 authored and Purbai committed Jul 31, 2024
1 parent 154dea0 commit 2e6bd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Header: React.FC = () => {

return (
<div className="App">
<Hamburger onClick={handleHamburgerClick} />
<Hamburger onClick={handleHamburgerClick} label={""}/>
</div>
);
};
Expand Down

0 comments on commit 2e6bd7e

Please sign in to comment.