Skip to content

Commit

Permalink
fix: remove updatePageData effect
Browse files Browse the repository at this point in the history
  • Loading branch information
xsteadybcgo committed Sep 8, 2021
1 parent 090cdc9 commit 98d0755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Projects/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const Projects: FC<{}> = () => {

useEffect(() => {
updatePageData()
}, [params.chain, user.id, tabNum, updatePageData])
}, [updatePageData])

useEffect(() => {
if (projectInfo.length > 0 && location.state) {
Expand Down

0 comments on commit 98d0755

Please sign in to comment.