Skip to content

Commit

Permalink
fix: remove useeffect dep
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Apr 2, 2024
1 parent 69ba172 commit 00d9bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/webhooks/human/Location.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const Location = () => {
lc.stop()
useWebhookStore.setState({ location: [0, 0] })
},
[lc],
[],
)

const fetchedData = data || previousData || { geocoder: [] }
Expand Down

0 comments on commit 00d9bfc

Please sign in to comment.