fix: infinite rendering issue on search

- incredible how issues like this can come from missing a few characters
This commit is contained in:
alexsparkes
2024-05-31 23:11:33 +01:00
parent be210cd49e
commit a3112d31da

View File

@@ -41,7 +41,7 @@ function Search() {
return () => {
EventBus.off('refresh');
};
});
}, [init]);
let micIcon = createRef();