We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545daf7 commit 10c4273Copy full SHA for 10c4273
src/components/navigation/NavigationReact.jsx
@@ -9,9 +9,6 @@ function NavigationReact(props) {
9
const { currentURL } = props;
10
const [isHamburgerMenuOpen, setIsHamburgerMenuOpen] = useState(false);
11
12
- const branch = import.meta.env.BRANCH;
13
- console.log(branch);
14
-
15
function getUrlPath(url) {
16
const parts = url.split("/");
17
return "/" + parts[parts.length - 1];
0 commit comments