mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 09:22:49 -05:00
Fix missing callback deps
This commit is contained in:
@@ -473,7 +473,7 @@ function StreamLine({
|
|||||||
}) {
|
}) {
|
||||||
const handleClickId = useCallback(() => {
|
const handleClickId = useCallback(() => {
|
||||||
onClickId(id)
|
onClickId(id)
|
||||||
})
|
}, [onClickId, id])
|
||||||
let location
|
let location
|
||||||
if (state && city) {
|
if (state && city) {
|
||||||
location = ` (${city} ${state}) `
|
location = ` (${city} ${state}) `
|
||||||
|
|||||||
Reference in New Issue
Block a user