From 08103e98a92b0287e0d77d225b3bec2a23083535 Mon Sep 17 00:00:00 2001 From: Dan Labrecque Date: Tue, 13 Dec 2022 11:44:19 -0500 Subject: [PATCH] Fix lint issue --- src/routes/views/components/dataToolbar/dataToolbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/views/components/dataToolbar/dataToolbar.tsx b/src/routes/views/components/dataToolbar/dataToolbar.tsx index 46adc995f..fe68b8a15 100644 --- a/src/routes/views/components/dataToolbar/dataToolbar.tsx +++ b/src/routes/views/components/dataToolbar/dataToolbar.tsx @@ -1146,7 +1146,7 @@ export class DataToolbarBase extends React.Component { } } -const mapStateToProps = createMapStateToProps((state, props) => { +const mapStateToProps = createMapStateToProps(state => { return { isNegativeFilteringFeatureEnabled: featureFlagsSelectors.selectIsNegativeFilteringFeatureEnabled(state), isPlatformCostsFeatureEnabled: featureFlagsSelectors.selectIsPlatformCostsFeatureEnabled(state),