switch weight and height parameters in analysis view
This commit is contained in:
@@ -183,7 +183,7 @@ export default function AnalysisView({
|
|||||||
<div className="font-bold">
|
<div className="font-bold">
|
||||||
<Trans i18nKey="doctor:bmi" />
|
<Trans i18nKey="doctor:bmi" />
|
||||||
</div>
|
</div>
|
||||||
<div>{bmiFromMetric(patient?.height ?? 0, patient?.weight ?? 0)}</div>
|
<div>{bmiFromMetric(patient?.weight ?? 0, patient?.height ?? 0)}</div>
|
||||||
<div className="font-bold">
|
<div className="font-bold">
|
||||||
<Trans i18nKey="doctor:smoking" />
|
<Trans i18nKey="doctor:smoking" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user