From 44023f2bda4ad9f3ec2b02cd1a73fb0771b2b71a Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 21 Jan 2022 13:42:50 +0100 Subject: [PATCH] typo --- src/js/test/result.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }