From e08eaaa43e2295b6eaf969a3b82e2f79582cfb25 Mon Sep 17 00:00:00 2001 From: zain94rif Date: Thu, 8 Jan 2026 13:55:01 +0700 Subject: [PATCH] fix(text): add 'error code' & move solution name --- .../notificationDetail/IndexNotificationDetail.jsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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}: -