Skip to content

Commit 5bec0db

Browse files
author
Brendan Abbott
committed
Revert back to 'not great' bind in Navigation
1 parent 5bc1f40 commit 5bec0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navigation/Navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class Navigation extends Component {
4343
className='nav-level1'
4444
key={tag.title}
4545
href={`#${tag.title}`}
46-
onClick={this.updateExpandedTags(tag.title)}
46+
onClick={this.updateExpandedTags.bind(this, tag.title)}
4747
>
4848
{tag.title}
4949
<Indicator className='property-indicator' status={status} />

0 commit comments

Comments
 (0)