fix(ui): rm consolelog
This commit is contained in:
parent
09056c103c
commit
90299d9d6d
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ function SavedSearchModal(props: Props) {
|
|||
}
|
||||
|
||||
const shownItems = props.list.filter(item => item.name.includes(filterQuery))
|
||||
console.log(shownItems, filterQuery)
|
||||
|
||||
return (
|
||||
<div className="bg-white box-shadow h-screen" style={{ width: '450px' }}>
|
||||
<div className="p-6">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue