diff --git a/frontend/hospital-portal/src/sections/dashboard/TableListFinalLog.tsx b/frontend/hospital-portal/src/sections/dashboard/TableListFinalLog.tsx
index 1c2af680..65f8ad44 100644
--- a/frontend/hospital-portal/src/sections/dashboard/TableListFinalLog.tsx
+++ b/frontend/hospital-portal/src/sections/dashboard/TableListFinalLog.tsx
@@ -344,6 +344,12 @@ export default function TableListFinalLog() {
label: localeData.txtServiceType,
isSort: true,
},
+ {
+ id: 'log_type',
+ align: 'center',
+ label: 'LOG Type',
+ isSort: true,
+ },
{
id: 'discharge_date',
align: 'center',
@@ -447,6 +453,24 @@ export default function TableListFinalLog() {
Pending
),
+ log_type:
+ obj.log_type === 'final' ? (
+
+ ) : obj.log_type === 'prescription' ? (
+
+ ) : obj.log_type === 'reference' ? (
+
+ ) : (
+
+ ),
submission_date: