From b3b8d2ab462c94591b097b2ed8fad6157331ffe3 Mon Sep 17 00:00:00 2001 From: Gala Date: Mon, 8 Aug 2022 17:03:05 +0200 Subject: [PATCH] adding the value to the cursor --- explorer/src/components/Filters/Filters.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/src/components/Filters/Filters.tsx b/explorer/src/components/Filters/Filters.tsx index ade43b4232..44abd9e0ac 100644 --- a/explorer/src/components/Filters/Filters.tsx +++ b/explorer/src/components/Filters/Filters.tsx @@ -41,7 +41,7 @@ const FilterItem = ({ onChange(id, newValue as number[])} - valueLabelDisplay="off" + valueLabelDisplay={isSmooth ? 'auto' : 'off'} marks={marks} step={isSmooth ? 1 : null} scale={scale}