Skip to content
Snippets Groups Projects
Commit 50327251 authored by Pierre Ecarlat's avatar Pierre Ecarlat
Browse files

Merge branch 'dev' of...

parents 62cb7b41 f76623eb
Branches
Tags
1 merge request!11132.8 Release
......@@ -151,7 +151,7 @@ const FluidChart = ({ fluidType, setActive }: FluidChartProps) => {
const isKonnectorUpdatedWithinLastThreeDays =
DateTime.fromISO(
currentFluidStatus?.connection.konnector?.updated_at || ''
currentFluidStatus?.connection?.trigger?.cozyMetadata?.createdAt || ''
) >= DateTime.local().minus({ days: 3 })
/** Display no half hour components or FluidChart otherwise */
......
......@@ -3,5 +3,4 @@ export interface Konnector {
name: string
slug: string
state: string
updated_at: string
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment