From 283afe02c56f214945da158cf55b8a9de243bc43 Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Tue, 12 Feb 2019 14:54:45 +0000 Subject: [PATCH] remove unused props being passed to grouped listing --- .../static_src/src/app/src/components/GroupedListing/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/opentech/static_src/src/app/src/components/GroupedListing/index.js b/opentech/static_src/src/app/src/components/GroupedListing/index.js index bd796df96..eb1869e36 100644 --- a/opentech/static_src/src/app/src/components/GroupedListing/index.js +++ b/opentech/static_src/src/app/src/components/GroupedListing/index.js @@ -139,8 +139,6 @@ export default class GroupedListing extends React.Component { <div className="grouped-listing__dropdown" ref={(ref) => this.dropdownContainer = ref}> {!error && !isLoading && <ListingDropdown - error={error} - isLoading={isLoading} listRef={this.listRef} groups={this.state.orderedItems} scrollOffset={this.dropdownContainerHeight} -- GitLab