Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfidelis committed May 26, 2019
1 parent e64a6c9 commit d46d4bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion react/legacy/components/ProductSummaryPrice.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import PropTypes from 'prop-types'
import { path, prop } from 'ramda'
import { path, prop } from 'ramda'
import { Spinner } from 'vtex.styleguide'
import { ProductPrice } from 'vtex.store-components'

Expand Down
2 changes: 0 additions & 2 deletions react/legacy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ const defaultSchema = {
},
}

// const ProductSummary = () => <div>OI</div>

ProductSummary.getSchema = () => {
const nameSchema = ProductName.schema
return {
Expand Down

0 comments on commit d46d4bd

Please sign in to comment.