Skip to content

Commit

Permalink
Re-bump package version and remove lint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow committed Jan 2, 2019
1 parent c8526ce commit 4e0a7bf
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 75 deletions.
2 changes: 0 additions & 2 deletions frontend/components/markup-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ export default class MarkupModal extends React.Component {
let urlsForProps, link
if (props.example) {
urlsForProps = MarkupModal.urlsForProps(props)
// https://github.com/yannickcr/eslint-plugin-react/issues/2101
// eslint-disable-next-line react/prop-types
link = props.example.example.link
} else {
urlsForProps = { badgeUrl: '', exampleUrl: '' }
Expand Down

0 comments on commit 4e0a7bf

Please sign in to comment.