Skip to content

Commit 1ec7a70

Browse files
Update src/theme/NavbarItem/ComponentTypes.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 23f321c commit 1ec7a70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/theme/NavbarItem/ComponentTypes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ const withHtmlTracking = (Component) => {
4343
return (props) => {
4444
const handleClick = (e) => {
4545
// Debug: log all available props
46-
console.log('Html NavbarItem props:', props);
4746

4847
// Try to get the label from various sources
4948
let label = props.label || props.item?.label;

0 commit comments

Comments
 (0)