kopia lustrzana https://github.com/bugout-dev/moonstream
remove console log
rodzic
ac125184bc
commit
80b3f91ce2
|
@ -115,12 +115,6 @@ const AppNavbar = () => {
|
||||||
</RouteButton>
|
</RouteButton>
|
||||||
))}
|
))}
|
||||||
{USER_NAV_PATHES.map((item, idx) => {
|
{USER_NAV_PATHES.map((item, idx) => {
|
||||||
console.log(
|
|
||||||
"item.path:",
|
|
||||||
item.path,
|
|
||||||
"pathname:",
|
|
||||||
router.nextRouter.pathname
|
|
||||||
);
|
|
||||||
return (
|
return (
|
||||||
<RouteButton
|
<RouteButton
|
||||||
key={`${idx}-${item.title}-navlink`}
|
key={`${idx}-${item.title}-navlink`}
|
||||||
|
|
Ładowanie…
Reference in New Issue