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