From bd7a2b1f4f3ec0fd2cca8f3cb3b636e608c8e3d3 Mon Sep 17 00:00:00 2001 From: Patrick Nollet Date: Wed, 10 Jan 2024 19:42:47 +0100 Subject: [PATCH] Display total mass without driver --- src/Landing.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Landing.tsx b/src/Landing.tsx index dfe70d9..40d5e0c 100644 --- a/src/Landing.tsx +++ b/src/Landing.tsx @@ -406,7 +406,7 @@ export function Landing() { ))} />} /> - + + +
+ {`${massWithoutDriverKg.toLocaleString()} kg`} +
+