We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a670ed4 commit cb9e6bfCopy full SHA for cb9e6bf
src/pages/LifecycleIntelligenceDashboard.jsx
@@ -58,7 +58,7 @@ export default function LifecycleIntelligenceDashboard() {
58
}
59
60
const daysWithPlatform = Math.floor(
61
- (new Date() - new Date(lifecycleState.created_at)) / (1000 * 60 * 60 * 24)
+ (new Date() - new Date(safeLifecycleState.created_at)) / (1000 * 60 * 60 * 24)
62
);
63
64
return (
0 commit comments