From f0f76ff96eea1afca84091309329a32544b96a39 Mon Sep 17 00:00:00 2001 From: Ozzie Gooen Date: Wed, 4 Mar 2020 10:19:37 +0000 Subject: [PATCH] Minor changes --- src/components/charts/DistPlusPlot.re | 8 ++++---- src/components/charts/DistPlusPlotReducer.re | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/charts/DistPlusPlot.re b/src/components/charts/DistPlusPlot.re index 5d7cd16c..7712a7c7 100644 --- a/src/components/charts/DistPlusPlot.re +++ b/src/components/charts/DistPlusPlot.re @@ -245,7 +245,7 @@ let make = (~distPlus: DistTypes.distPlus) => { {index != 0 ? : ReasonReact.null} diff --git a/src/components/charts/DistPlusPlotReducer.re b/src/components/charts/DistPlusPlotReducer.re index 2019e9d6..c3088a28 100644 --- a/src/components/charts/DistPlusPlotReducer.re +++ b/src/components/charts/DistPlusPlotReducer.re @@ -5,7 +5,6 @@ type chartConfig = { }; type state = { - log: bool, showStats: bool, showParams: bool, distributions: list(chartConfig), @@ -87,7 +86,6 @@ let reducer = (state: state, action: action) => }; let init = { - log: false, showStats: false, showParams: false, distributions: [