diff --git a/package.json b/package.json index c36d687..9e476fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plunk", - "version": "1.3.2", + "version": "1.3.3", "private": true, "license": "agpl-3.0", "workspaces": { diff --git a/packages/dashboard/src/pages/campaigns/index.tsx b/packages/dashboard/src/pages/campaigns/index.tsx index 4c72f06..13a7612 100644 --- a/packages/dashboard/src/pages/campaigns/index.tsx +++ b/packages/dashboard/src/pages/campaigns/index.tsx @@ -106,6 +106,14 @@ export default function Index() { )}

+ + {c.status !== "DRAFT" && c.tasks.length === 0 && ( +
+ +

{new Date(c.delivered!).toLocaleTimeString()}

+

{new Date(c.delivered!).toDateString()}

+
+ )}