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