From 4bf6486e0fff3e80d191a3df3d0fa6d9d0fc50ed Mon Sep 17 00:00:00 2001 From: Arnaud Nelissen Date: Mon, 15 Jun 2026 19:35:11 +0200 Subject: [PATCH] =?UTF-8?q?fix(growth):=20connectNulls=20on=20WHO=20curves?= =?UTF-8?q?=20=E2=80=94=20baby=20measurement=20rows=20break=20percentile?= =?UTF-8?q?=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(app)/growth/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(app)/growth/page.tsx b/src/app/(app)/growth/page.tsx index fe7224f..4511f53 100644 --- a/src/app/(app)/growth/page.tsx +++ b/src/app/(app)/growth/page.tsx @@ -421,7 +421,7 @@ export default function GrowthPage() { } /> {WHO_CURVE_KEYS.map((key, i) => ( - + ))}