mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
remove unnecesarry "e" variable
This commit is contained in:
@@ -113,7 +113,7 @@ class SideNav extends React.Component {
|
||||
)
|
||||
}
|
||||
|
||||
handleClickTagListItem (e, name) {
|
||||
handleClickTagListItem (name) {
|
||||
const { router } = this.context
|
||||
router.push(`/tags/${name}`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user