Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Tranche token price chart in InvestRedeem drawer #2110

Merged
merged 10 commits into from
May 6, 2024

Conversation

sophialittlejohn
Copy link
Collaborator

@sophialittlejohn sophialittlejohn commented May 2, 2024

Description

This pull request...
adds tranche token price charts when invest redeem drawer is opened

#1775

Approvals

  • Dev
  • Dev
  • Designer
  • Product

Screenshots

Impact

Copy link

github-actions bot commented May 2, 2024

PR deployed in Google Cloud
URL: https://pr2110-app-ff-production.k-f.dev
Commit #: 286745a
To access the functions directly check the corresponding deploy Action

Copy link

github-actions bot commented May 2, 2024

PR deployed in Google Cloud
URL: https://app-pr2110.k-f.dev
Commit #: 286745a
To access the functions directly check the corresponding deploy Action

.toNumber() || 1,
})
}
console.log(pool.tranches.find((tranche) => tranche.id === trancheId))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

leftover log

}
console.log(pool.tranches.find((tranche) => tranche.id === trancheId))
return tokenData
}, [dailyPoolStates, filter])
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trancheId should probably be added to the deps

@sophialittlejohn sophialittlejohn enabled auto-merge (squash) May 3, 2024 16:03
@sophialittlejohn sophialittlejohn merged commit dd846b1 into main May 6, 2024
11 checks passed
@sophialittlejohn sophialittlejohn deleted the tranche-price-charts branch May 6, 2024 16:46
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants