fix: added the kyp lastest updated date
MR Description
Overview
This MR updates the KYP module by adding and displaying the latest updated date information. This helps users quickly identify when the KYP details were last modified and improves data visibility within the application.
What does this MR do and why?
Previously, the KYP section did not clearly show the most recent update timestamp, making it difficult for users to verify the freshness of the displayed information.
This MR introduces the latest updated date display in the KYP module so users can:
- Track recent modifications
- Improve transparency of KYP records
- Verify updated information more easily
The implementation follows the existing frontend structure and integrates the date rendering with the current UI components.
Changes Made
- Added latest updated date display for KYP records
- Updated frontend UI components to render timestamp information
- Improved formatting and visibility of update details
- Refined data handling for updated date values
Technical Details
- Added support for rendering latest updated timestamps in the KYP component
- Ensured safe handling of missing/null date values
- Used existing formatting utilities/components for consistency
- Maintained compatibility with current state management and API response structure
Type of Change
-
🐛 Bug fix (non-breaking change that fixes an issue) -
✨ New feature (non-breaking change that adds functionality) -
💥 Breaking change (fix or feature that would cause existing functionality to change) -
📝 Documentation update -
🎨 UI/UX improvement -
♻ ️ Refactor (no functional changes) -
⚡ Performance improvement -
🧪 Test update -
🔧 Configuration change -
🚨 Security fix
Related Issues / References
- closes #313 (closed)
Screenshots or Screen Recordings
| Before | After |
|---|---|
| Latest updated date was not visible | Latest updated date is displayed in the KYP section |
How to Set Up and Validate Locally
- Checkout this branch
git checkout <branch-name>
Edited by Veeramallu Karthikeya

