Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanAlmeida12 authored and Bruno Dias committed Jan 30, 2019
1 parent cabfe45 commit 6da639f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/components/GalleryItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export default class GalleryItem extends Component {
return null
}

const getAvailableQuantity = path(['sellers', '0', 'commertialOffer', 'AvailableQuantity'])
const getAvailableQuantity = path(['sellers', '0', 'commertialOffer', 'AvailableQuantity'])

const compareAvailableQuantity = comparator(useWith(gt, [getAvailableQuantity, getAvailableQuantity]))

const normalizedProduct = { ...product }
Expand Down

0 comments on commit 6da639f

Please sign in to comment.