refactor: improve timestamp display and code formatting in notification detail

This commit is contained in:
2025-12-18 19:34:20 +07:00
parent 8cf21643ea
commit e4af2d6e18
2 changed files with 441 additions and 145 deletions

View File

@@ -694,9 +694,9 @@ const ListNotification = memo(function ListNotification(props) {
<Text strong>Plant Subsection</Text>
<div>{selectedNotification.subsection}</div>
<Text strong style={{ display: 'block', marginTop: '8px' }}>
Time
Date & Time
</Text>
<div>{selectedNotification.timestamp.split(' ')[1]} WIB</div>
<div>{selectedNotification.timestamp}</div>
</div>
<div