diff --git a/app/doctor/_components/analysis-view.tsx b/app/doctor/_components/analysis-view.tsx index 762c4bd..824d59a 100644 --- a/app/doctor/_components/analysis-view.tsx +++ b/app/doctor/_components/analysis-view.tsx @@ -183,7 +183,7 @@ export default function AnalysisView({
-
{bmiFromMetric(patient?.height ?? 0, patient?.weight ?? 0)}
+
{bmiFromMetric(patient?.weight ?? 0, patient?.height ?? 0)}