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) => { ...@@ -151,7 +151,7 @@ const FluidChart = ({ fluidType, setActive }: FluidChartProps) => {
const isKonnectorUpdatedWithinLastThreeDays = const isKonnectorUpdatedWithinLastThreeDays =
DateTime.fromISO( DateTime.fromISO(
currentFluidStatus?.connection.konnector?.updated_at || '' currentFluidStatus?.connection?.trigger?.cozyMetadata?.createdAt || ''
) >= DateTime.local().minus({ days: 3 }) ) >= DateTime.local().minus({ days: 3 })
/** Display no half hour components or FluidChart otherwise */ /** Display no half hour components or FluidChart otherwise */
......
...@@ -3,5 +3,4 @@ export interface Konnector { ...@@ -3,5 +3,4 @@ export interface Konnector {
name: string name: string
slug: string slug: string
state: 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