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