import { useGameGlobal } from '..' import Tags from './Tags' export default function BlogListBar(props) { const { tag, setFilterKey } = useGameGlobal() const handleSearchChange = val => { setFilterKey(val) } if (tag) { return (