refactor: improve timestamp display and code formatting in notification detail
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user