diff --git a/src/components/pages/marketing/MarketingTable.tsx b/src/components/pages/marketing/MarketingTable.tsx
index f9cbdbfe..0247fc75 100644
--- a/src/components/pages/marketing/MarketingTable.tsx
+++ b/src/components/pages/marketing/MarketingTable.tsx
@@ -52,7 +52,7 @@ const RowsOptionsMenu = ({
)}
>
-
+ {/*
Detail
-
+ */}
+
{props.row.original.latest_approval.step_number != 1 && (
-
+ <>
+ {/*
+
+ */}
Deliver
-
+ >
)}
{props.row.original.latest_approval.step_number != 3 && (
-
+ <>
+ {/*
+
+ */}
Edit
-
+ >
)}
-
+ {/*
Delete
-
+ */}
+
);
@@ -302,7 +353,7 @@ const MarketingTable = () => {
}}
/>
-
+ {/*
-
+ */}
+
-
+ {/*
-
+ */}
+
{initialValues?.latest_approval?.step_number == 1 && (
<>
-
+ {/*
Approve
-
+ */}
+
-
+ {/*
Reject
-
+ */}
+
>
)}
{initialValues?.latest_approval?.step_number != 1 && (
-
+ <>
+ {/*
+
+ */}
+ >
)}
@@ -427,7 +465,17 @@ const MarketingDetail = ({
)}
{initialValues?.latest_approval?.step_number != 3 && (
-
+ <>
+ {/*
+
+ */}
Edit
-
+ >
)}
-
+ {/*
-
+ */}
+
-
+ {/*
Hapus
-
+ */}
+
)}