mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 06:38:27 +00:00
fix build errors
This commit is contained in:
parent
86fdffc327
commit
22acc427c9
@ -101,7 +101,15 @@ export default function SearchPage({
|
||||
setResultsNumber(null)
|
||||
setResultsHelperText(null)
|
||||
}
|
||||
}, [articles, blocks])
|
||||
}, [
|
||||
query,
|
||||
router.query,
|
||||
articles,
|
||||
blocks,
|
||||
setResultsHelperText,
|
||||
setResultsNumber,
|
||||
topics.length,
|
||||
])
|
||||
|
||||
return (
|
||||
<div style={{ minHeight: '80vh' }}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user