feat: removing publishers

This commit is contained in:
Chubby Granny Chaser
2024-12-23 00:47:39 +00:00
parent b439a1af3f
commit 214f7d3523

View File

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