fix(text): add 'error code' & move solution name

This commit is contained in:
zain94rif
2026-01-08 13:55:01 +07:00
parent f6ca54f5b4
commit e08eaaa43e

View File

@@ -394,7 +394,7 @@ const NotificationDetailTab = (props) => {
<Text>{notification.title}</Text>
<div style={{ marginTop: '2px' }}>
<Text strong style={{ fontSize: '16px' }}>
{notification.issue}
Error Code {notification.issue}
</Text>
</div>
</Col>
@@ -677,6 +677,11 @@ const NotificationDetailTab = (props) => {
sol.text_solution ? (
<Card
size="small"
title={
<Text strong>
{sol.solution_name}:
</Text>
}
bodyStyle={{
padding: '8px 12px',
marginBottom: '4px',
@@ -693,9 +698,6 @@ const NotificationDetailTab = (props) => {
}
>
<div>
<Text strong>
{sol.solution_name}:
</Text>
<div
style={{
marginTop: '4px',