feature/IO-3096-GlobalNotifications - Checkpoint - Notification Center
This commit is contained in:
@@ -24,7 +24,7 @@ const NotificationCenterComponent = ({
|
||||
scenarioTextLength: notification.scenarioText.length,
|
||||
read: notification.read,
|
||||
created_at: notification.created_at,
|
||||
associationid: notification.associationid // Log associationid for debugging
|
||||
associationid: notification.associationid
|
||||
});
|
||||
return (
|
||||
<List.Item
|
||||
@@ -41,6 +41,7 @@ const NotificationCenterComponent = ({
|
||||
</ul>
|
||||
</Text>
|
||||
<Text type="secondary">{new Date(notification.created_at).toLocaleString()}</Text>
|
||||
{notification.associationid && <Text type="secondary">Association ID: {notification.associationid}</Text>}
|
||||
</div>
|
||||
</Badge>
|
||||
</List.Item>
|
||||
|
||||
Reference in New Issue
Block a user