fix fehlendes Grad-symbol #5
This commit is contained in:
parent
f3a0dede47
commit
9671f4493c
@ -9,7 +9,7 @@ export const CarSetupParams = [
|
||||
step: 0.5,
|
||||
decimals: 1,
|
||||
effect: [99/32, (-3)/8, (-3)/2, 9/32, (-115)/64],
|
||||
render: x => x.toFixed(1),
|
||||
render: x => `${x.toFixed(1)}°`,
|
||||
},
|
||||
{
|
||||
// name: "Rear Wing Angle",
|
||||
@ -20,7 +20,7 @@ export const CarSetupParams = [
|
||||
step: 0.5,
|
||||
decimals: 1,
|
||||
effect: [(-11)/32, 1/24, 1/6, (-1)/32, (-175)/192],
|
||||
render: x => x.toFixed(1),
|
||||
render: x => `${x.toFixed(1)}°`,
|
||||
},
|
||||
{
|
||||
name: "Stabilisator-Verteilung",
|
||||
@ -98,4 +98,3 @@ export const BiasParams = [
|
||||
render: x => x.toFixed(3),
|
||||
},
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user