-
Notifications
You must be signed in to change notification settings - Fork 50
fix(web)/cases-in-progress-and-pagination-overflow #1332
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(web)/cases-in-progress-and-pagination-overflow #1332
Conversation
✅ Deploy Preview for kleros-v2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Code Climate has analyzed commit cdc324a and detected 2 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
|
Kudos, SonarCloud Quality Gate passed!
|
alcercu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm








PR-Codex overview
Detailed summary
getTextfunction in theStats.tsxfile has been modified to subtract the number of closed disputes from the total number of disputes.totalPageshas been added in theCasesFetcher.tsxandDashboard/index.tsxfiles to calculate the total number of pages based on the total number of cases and cases per page.