Skip to content

Commit 10c4273

Browse files
Remove branch import
1 parent 545daf7 commit 10c4273

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/navigation/NavigationReact.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ function NavigationReact(props) {
99
const { currentURL } = props;
1010
const [isHamburgerMenuOpen, setIsHamburgerMenuOpen] = useState(false);
1111

12-
const branch = import.meta.env.BRANCH;
13-
console.log(branch);
14-
1512
function getUrlPath(url) {
1613
const parts = url.split("/");
1714
return "/" + parts[parts.length - 1];

0 commit comments

Comments
 (0)