diff --git a/components/elements/processes/index.tsx b/components/elements/processes/index.tsx index 3168106..701116f 100644 --- a/components/elements/processes/index.tsx +++ b/components/elements/processes/index.tsx @@ -116,6 +116,7 @@ export default function Processes() { Progress Status Action + Created @@ -164,6 +165,9 @@ export default function Processes() { } + + {new Date(process.createdAt).toLocaleDateString()} + ))}