Closed MuhammadKhalilzadeh closed 1 week ago
The changes in this pull request focus on the TableWithPlaceholder
component, specifically modifying the table structure by removing the "type" column and updating the rendering logic accordingly. The data accessed for rendering has shifted from row.type
to row.risk_status
, reflecting a change in the underlying data structure. The component continues to fetch vendor data and handle errors without altering the overall control flow.
Files | Change Summary |
---|---|
Clients/src/presentation/components/Table/WithPlaceholder/index.tsx | Removed "type" column from titleOfTableColumns and updated rendering logic to reflect this change. Changed access from row.type to row.risk_status in the table body. |
Objective | Addressed | Explanation |
---|---|---|
Remove "type" from Vendors list (#221) | ✅ |
ProjectRisk
interface may relate to similar structural changes in the TableWithPlaceholder
component.🐰 In the fields where data flows,
A table blooms, and structure grows.
The "type" has hopped away,
Leaving room for new display.
With risk status shining bright,
Our vendors list is now just right! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Close #221
Summary by CodeRabbit
New Features
Bug Fixes