Compare commits
2 Commits
5a740e6ef1
...
8220554a5e
| Author | SHA1 | Date | |
|---|---|---|---|
| 8220554a5e | |||
| 4c5f6b7e5c |
@@ -362,7 +362,7 @@ const NotificationDetailTab = (props) => {
|
|||||||
<Row gutter={[8, 8]}>
|
<Row gutter={[8, 8]}>
|
||||||
{/* Kolom Kiri: Data Kompresor */}
|
{/* Kolom Kiri: Data Kompresor */}
|
||||||
|
|
||||||
{notification.is_reminder && (
|
{notification.is_reminder == true && (
|
||||||
<Col xs={24} md={8}>
|
<Col xs={24} md={8}>
|
||||||
<div>
|
<div>
|
||||||
<Card hoverable bodyStyle={{ padding: '12px' }}>
|
<Card hoverable bodyStyle={{ padding: '12px' }}>
|
||||||
@@ -515,7 +515,7 @@ const NotificationDetailTab = (props) => {
|
|||||||
</Col>
|
</Col>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{!notification.is_reminder && (
|
{notification.is_reminder == false && (
|
||||||
<Col xs={24} lg={8}>
|
<Col xs={24} lg={8}>
|
||||||
<Card
|
<Card
|
||||||
size="small"
|
size="small"
|
||||||
|
|||||||
Reference in New Issue
Block a user