|
|
@@ -117,9 +117,9 @@ const formatEvents = (events, cprKeys) => {
|
|
|
}
|
|
|
else if (type === 'm') {
|
|
|
ratioKey = 'm';
|
|
|
- values[0] = { key: 'ior_rh_05', value: events['ior_rh_05'] ?? 0 };
|
|
|
+ values[0] = { key: '', value: 0 };
|
|
|
values[1] = { key, value: events[key] ?? 0 };
|
|
|
- values[2] = { key: 'ior_rc_05', value: events['ior_rc_05'] ?? 0 };
|
|
|
+ values[2] = { key: '', value: 0 };
|
|
|
}
|
|
|
else if (type === 'wm') {
|
|
|
ratioKey = `wm_${Math.abs(ratio)}`;
|