Skip to content

Commit

Permalink
Merge pull request #4314 from marmelab/remove-unused-var
Browse files Browse the repository at this point in the history
Remove the unused filter prop which in useGetMatchingReference
  • Loading branch information
fzaninotto authored Jan 21, 2020
2 parents c4e52c3 + a49f527 commit a1b0359
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export default ({

const matchingReferences = useGetMatchingReferenceSelector({
referenceSource,
filter,
reference,
resource,
source,
Expand Down Expand Up @@ -98,7 +97,6 @@ export default ({

const useGetMatchingReferenceSelector = ({
referenceSource,
filter,
reference,
resource,
source,
Expand Down

0 comments on commit a1b0359

Please sign in to comment.