cleanup render count for console log clairty
This commit is contained in:
@@ -30,7 +30,7 @@ const Navbar = () => {
|
||||
);
|
||||
|
||||
const rendersCount = useRendersCount();
|
||||
console.warn('RENDER COUNT | NAVBAR | ', rendersCount);
|
||||
// console.warn('RENDER COUNT | NAVBAR | ', rendersCount);
|
||||
|
||||
return (
|
||||
<Stack
|
||||
|
||||
Reference in New Issue
Block a user