mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
feat: removing publishers
This commit is contained in:
parent
b439a1af3f
commit
214f7d3523
@ -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 />
|
||||||
|
Loading…
Reference in New Issue
Block a user