Skip to content
Snippets Groups Projects
Commit f2184286 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Merge branch 'renovate/babel-preset-cozy-app-2.x' of...

Merge branch 'renovate/babel-preset-cozy-app-2.x' of https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo into renovate/babel-preset-cozy-app-2.x
parents a1e8df7d 856411f6
No related branches found
No related tags found
1 merge request!636chore(deps): update dependency babel-preset-cozy-app to v2
...@@ -129,7 +129,7 @@ const KonnectorViewerCard: React.FC<KonnectorViewerCardProps> = ({ ...@@ -129,7 +129,7 @@ const KonnectorViewerCard: React.FC<KonnectorViewerCardProps> = ({
const refDate: DateTime = DateTime.fromISO('0001-01-01') const refDate: DateTime = DateTime.fromISO('0001-01-01')
let _lastDataDate: DateTime | null = DateTime.fromISO('0001-01-01') let _lastDataDate: DateTime | null = DateTime.fromISO('0001-01-01')
for (const fluid of _updatedFluidStatus) { for (const fluid of _updatedFluidStatus) {
if (fluid.lastDataDate && fluid.lastDataDate > _lastDataDate) { if (fluid?.lastDataDate > _lastDataDate) {
_lastDataDate = fluid.lastDataDate _lastDataDate = fluid.lastDataDate
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment