From 8023e1a9ff2da5bd4c0f61e3651d48066ca8597c Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Thu, 26 Sep 2024 17:16:52 +0200 Subject: [PATCH] Use consistent config wrt low case key for all --- .../components/Layout/Start/Prediction/Prediction.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/Layout/Start/Prediction/Prediction.js b/frontend/src/components/Layout/Start/Prediction/Prediction.js index f68a7d3e..27f35bf6 100644 --- a/frontend/src/components/Layout/Start/Prediction/Prediction.js +++ b/frontend/src/components/Layout/Start/Prediction/Prediction.js @@ -575,11 +575,11 @@ const Prediction = () => { config={{ confidence: confidence, tolerance: tolerance, - use_josm_q: use_josm_q, - areaThreshold: areaThreshold, - maxAngleChange: maxAngleChange, - skewTolerance: skewTolerance, - zoomLevel: predictionZoomlevel, + josmq: use_josm_q, + areathreshold: areaThreshold, + maxanglechange: maxAngleChange, + skewtolerance: skewTolerance, + zoomlevel: predictionZoomlevel, }} setPredictions={setPredictions} modelId={id}