Skip to content

Commit

Permalink
fixupnav
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Dec 11, 2024
1 parent 3de0554 commit be6aff4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions superglue/lib/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,16 +214,6 @@ const NavigationProvider = forwardRef(function NavigationProvider(
}

const { pageKey, ownProps } = activePage
if(pages[pageKey] === undefined){
console.log('ohhhhhhhh')
console.log("pages")

console.log(pages)
console.log(pageKey)

}

console.log(pages[pageKey].componentIdentifier)
const { componentIdentifier } = pages[pageKey]
const Component = mapping[componentIdentifier]

Expand Down

0 comments on commit be6aff4

Please sign in to comment.