Skip to content

Commit

Permalink
fix(navbar): context linking issues due to incorrect name
Browse files Browse the repository at this point in the history
  • Loading branch information
bpas247 committed Aug 15, 2019
1 parent dd0003d commit ab49a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const Navbar = React.forwardRef((props, ref) => {

const navbarContext = useMemo(
() => ({
handleToggle: () => onToggle(!expanded),
onToggle: () => onToggle(!expanded),
bsPrefix,
expanded,
}),
Expand Down

0 comments on commit ab49a83

Please sign in to comment.