We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d789c2 commit 3195abdCopy full SHA for 3195abd
src/app/pages/IndexPage/Graph.tsx
@@ -451,7 +451,7 @@ const Graph = (props: any) => {
451
(item.info.processing_method === 'MOVING_AVERAGE_11_YEARS' &&
452
item.info.scenario) ||
453
(item.info.processing_method === 'NO_SMOOTHING' &&
454
- item.info.climatological_varable === 'tdd')
+ item.info.climatological_variable === 'tdd')
455
);
456
});
457
let opseriesObj = [
0 commit comments