Skip to content

Commit

Permalink
featured play header cut fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Angryman18 committed Jul 23, 2022
1 parent b926c7f commit 7777bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Header = () => {
showBrowse: true,
setHeaderStyle: true,
}));
} else if (pathName === "/plays") {
} else if (pathName.startsWith("/plays")) {
setShowHideBits((prev) => ({
...prev,
showSearch: true,
Expand Down

0 comments on commit 7777bd6

Please sign in to comment.