add label error code in list notification

This commit is contained in:
2026-01-08 14:24:32 +07:00
parent d988d47e30
commit 0aad43c751

View File

@@ -384,7 +384,7 @@ const ListNotification = memo(function ListNotification(props) {
<Text strong>{notification.title}</Text>
<div style={{ marginTop: '4px' }}>
<Text style={{ color }}>
{notification.issue}
Error Code {notification.issue}
</Text>
</div>
</div>