mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +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.setState({
|
||||
search: keyword
|
||||
|
||||
Reference in New Issue
Block a user