Skip to content

Commit

Permalink
Turn off unused lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Klynger committed Jul 22, 2020
1 parent a232bdc commit d271397
Show file tree
Hide file tree
Showing 5 changed files with 1,490 additions and 1,513 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- `product-installments.list` block.

### Security
- Bump dependencies versions.

## [1.3.2] - 2020-06-03
### Fixed
- The blocks won't be rendered if there are no available products.
Expand Down
5 changes: 4 additions & 1 deletion react/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"browser": true,
"es6": true,
"jest": true
},
"rules": {
"react/prop-types": "off"
}
}
}
1 change: 1 addition & 0 deletions react/components/InstallmentsRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function InstallmentsRenderer(props: Props) {
InterestRate,
TotalValuePlusInterestRate,
} = installments

const hasInterest = InterestRate !== 0

return (
Expand Down
Loading

0 comments on commit d271397

Please sign in to comment.