Skip to content
Snippets Groups Projects
Commit 283afe02 authored by Chris Lawton's avatar Chris Lawton
Browse files

remove unused props being passed to grouped listing

parent 976f420f
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment