Skip to content

Commit

Permalink
#44 fix composition window
Browse files Browse the repository at this point in the history
  • Loading branch information
emekauja committed Nov 10, 2022
1 parent 9dae362 commit 083277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const Header = () => {

const handleClick = (event, value) => {
if (event) {
if (value === COMPOSITION) {
if (value.toLowerCase() === COMPOSITION) {
setAnchorEl(event.currentTarget);
}
}
Expand Down

0 comments on commit 083277f

Please sign in to comment.