import { useNobeliumGlobal } from '..' import Tags from './Tags' export default function BlogListBar(props) { const { tag, setFilterKey } = useNobeliumGlobal() const handleSearchChange = (val) => { setFilterKey(val) } if (tag) { return (
handleSearchChange(e.target.value)} />
) } else { return <> } }