From e15bc8a375d80bc86a752ae1a24223f5cdb8cd43 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 18 Oct 2023 11:47:06 -0400 Subject: [PATCH] Cleanup --- src/app.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.tsx b/src/app.tsx index 75af8b3..1453c5a 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -71,7 +71,6 @@ export function App(): JSX.Element { style={{ width: 800 }} data={data} options={options} - // redraw={shouldRedraw} handleSliderXChanged={handleChartXAxisChanged} handleSliderYChanged={handleChartYAxisChanged} handleError={handleError}