diff --git a/src/pages/notificationDetail/IndexNotificationDetail.jsx b/src/pages/notificationDetail/IndexNotificationDetail.jsx index e92bfd6..4ad0f75 100644 --- a/src/pages/notificationDetail/IndexNotificationDetail.jsx +++ b/src/pages/notificationDetail/IndexNotificationDetail.jsx @@ -394,7 +394,7 @@ const NotificationDetailTab = (props) => { {notification.title}
- {notification.issue} + Error Code {notification.issue}
@@ -677,6 +677,11 @@ const NotificationDetailTab = (props) => { sol.text_solution ? ( + {sol.solution_name}: + + } bodyStyle={{ padding: '8px 12px', marginBottom: '4px', @@ -693,9 +698,6 @@ const NotificationDetailTab = (props) => { } >
- - {sol.solution_name}: -