Skip to content

Commit cb9e6bf

Browse files
File changes
1 parent a670ed4 commit cb9e6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/LifecycleIntelligenceDashboard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function LifecycleIntelligenceDashboard() {
5858
}
5959

6060
const daysWithPlatform = Math.floor(
61-
(new Date() - new Date(lifecycleState.created_at)) / (1000 * 60 * 60 * 24)
61+
(new Date() - new Date(safeLifecycleState.created_at)) / (1000 * 60 * 60 * 24)
6262
);
6363

6464
return (

0 commit comments

Comments
 (0)