Skip to content

Commit

Permalink
fix: website update loop
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Jun 6, 2024
1 parent 6179106 commit 03cec35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/pages/solutions/manage/useManageWebsite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export function useManageWebsite(): ManageWebsite {
if (!cid) return
handleUpdate(cid as string)
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [cid, handleUpdate])
}, [cid])

return {
website,
Expand Down

0 comments on commit 03cec35

Please sign in to comment.