1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

remove unnecesarry "e" variable

This commit is contained in:
Sosuke Suzuki
2017-10-07 03:29:10 +09:00
parent 7691b662d6
commit d867292f66
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ class SideNav extends React.Component {
)
}
handleClickTagListItem (e, name) {
handleClickTagListItem (name) {
const { router } = this.context
router.push(`/tags/${name}`)
}