Skip to content

Commit

Permalink
fix lint with pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mimithecoconut committed Aug 24, 2023
1 parent 72c3292 commit d9b7f8f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ function CellsOpacitySlider() {
return (
<Tooltip title={<kbd>Z</kbd>} placement='right'>
<Slider
value={isCellTypes? 0 : opacity}
value={isCellTypes ? 0 : opacity}
min={0}
max={1}
// track={false}
Expand Down

0 comments on commit d9b7f8f

Please sign in to comment.