Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Nov 8, 2024
1 parent 9e243cc commit 2cbea00
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pages/campaigns/[campaignSlug]/campaignDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ function CampaignDetail({}) {
useEffect(() => {
fetchData()
}, [account])
useEffect(() => {
if (data && !account) {
setSignInOpen(true)
}
}, [account, data])

useEffect(() => {
if (location.search.includes('connect_error')) {
Expand Down

0 comments on commit 2cbea00

Please sign in to comment.