Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit f6ad0a2

Browse files
authored
Merge pull request #1759 from bimlas/fix-highlighting-of-active-tag
Fix highlighting of active tag
2 parents f5915f3 + 254c881 commit f6ad0a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser/main/SideNav/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class SideNav extends React.Component {
139139
<TagListItem
140140
name={tag.name}
141141
handleClickTagListItem={this.handleClickTagListItem.bind(this)}
142-
isActive={this.getTagActive(location.pathname, tag)}
142+
isActive={this.getTagActive(location.pathname, tag.name)}
143143
key={tag.name}
144144
count={tag.size}
145145
/>

0 commit comments

Comments
 (0)