diff --git a/src/web/control.js b/src/web/control.js index 36e10a4..297a339 100644 --- a/src/web/control.js +++ b/src/web/control.js @@ -473,7 +473,7 @@ function StreamLine({ }) { const handleClickId = useCallback(() => { onClickId(id) - }) + }, [onClickId, id]) let location if (state && city) { location = ` (${city} ${state}) `