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

fix lint error

This commit is contained in:
Baptiste Augrain
2018-10-01 18:42:18 +02:00
parent e9dac8c8f3
commit fa6c504b34

View File

@@ -123,7 +123,7 @@ class TopBar extends React.Component {
}
}
updateKeyword(keyword) {
updateKeyword (keyword) {
this.context.router.push(`/searched/${encodeURIComponent(keyword)}`)
this.setState({
search: keyword