fix(ui): rm consolelog

This commit is contained in:
sylenien 2022-05-16 14:53:08 +02:00 committed by Delirium
parent 09056c103c
commit 90299d9d6d

View file

@ -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">