feat: removing publishers

This commit is contained in:
Chubby Granny Chaser 2024-12-23 00:47:39 +00:00
parent b439a1af3f
commit 214f7d3523
No known key found for this signature in database

View File

@ -120,7 +120,7 @@ export function Header() {
{searchValue && ( {searchValue && (
<button <button
type="button" type="button"
onClick={() => dispatch(setSearch({ title: "" }))} onClick={() => dispatch(setFilters({ title: "" }))}
className={styles.actionButton} className={styles.actionButton}
> >
<XIcon /> <XIcon />