diff --git a/src/pages/notificationDetail/IndexNotificationDetail.jsx b/src/pages/notificationDetail/IndexNotificationDetail.jsx index 7f55bc9..b4d3bf5 100644 --- a/src/pages/notificationDetail/IndexNotificationDetail.jsx +++ b/src/pages/notificationDetail/IndexNotificationDetail.jsx @@ -362,7 +362,7 @@ const NotificationDetailTab = (props) => { {/* Kolom Kiri: Data Kompresor */} - {notification.is_reminder && ( + {notification.is_reminder == true && (
@@ -514,8 +514,8 @@ const NotificationDetailTab = (props) => {
)} - - {!notification.is_reminder && ( + + {notification.is_reminder == false && (