diff --git a/src/js/test/result.js b/src/js/test/result.js index eb4922bb0..e0d7c2d49 100644 --- a/src/js/test/result.js +++ b/src/js/test/result.js @@ -18,7 +18,7 @@ let maxChartVal; let useUnsmoothedRaw = false; -export function toggleUnsmoothed() { +export function toggleUnsmoothedRaw() { useUnsmoothedRaw = !useUnsmoothedRaw; Notifications.add(useUnsmoothedRaw ? "on" : "off", 1); }