mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 19:51:42 +00:00
fix lint error
This commit is contained in:
@@ -123,7 +123,7 @@ class TopBar extends React.Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
updateKeyword(keyword) {
|
updateKeyword (keyword) {
|
||||||
this.context.router.push(`/searched/${encodeURIComponent(keyword)}`)
|
this.context.router.push(`/searched/${encodeURIComponent(keyword)}`)
|
||||||
this.setState({
|
this.setState({
|
||||||
search: keyword
|
search: keyword
|
||||||
|
|||||||
Reference in New Issue
Block a user