-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/negative apy #1136
Fix/negative apy #1136
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Running Lighthouse audit... |
@crypto-engineer @nud3l please review I see that there are a lot of commits that are related to merge interlay into my own repo, let me know if that's an issue, will clean that up :) |
src/pages/Loans/LoansOverview/components/BorrowAssetsTable/BorrowAssetsTable.tsx
Outdated
Show resolved
Hide resolved
4ea09f6
to
1072b37
Compare
@danielsimao I've added "-" to the tooltip, removed the unnecessary type which I created earlier and also cleaned up the commit log. Please review now |
@Chanakya888 Looks good. We just need to hold on a bit on the PR until the pipeline is fixed by @peterslany. Thank you so much for your contribution. |
I think the PR to fix the pipeline has already been merged, so this can be merged too. |
Description
Add a "-" symbol for the borrow APY OG issue
New behaviour
Adding a "-" makes it more clear to the user that borrow APY accumulates cost and will need to be paid back.
Reproducible steps:
Go to Lending tab -> focus on borrow APY table -> there should be a negative in front of all the borrow APY values