debug-panel , fix sth

This commit is contained in:
tangly1024.com
2023-02-09 12:23:42 +08:00
parent eee01c3085
commit 5f1a13e2a0
7 changed files with 18 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ const Search = props => {
return searchContent.toLowerCase().includes(searchKey.toLowerCase())
})
} else {
filteredPosts = posts
filteredPosts = []
}
const { locale } = useGlobal()