Skip to content

Commit

Permalink
fix(htmliframe): fixed PropTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Base committed Jun 28, 2018
1 parent 2633253 commit 6447e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iframe/Iframe.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class Iframe extends React.PureComponent {
frameBorder: PropTypes.string,
noloading: PropTypes.bool,
className: PropTypes.string,
onLoad: PropTypes.function,
onLoad: PropTypes.func,
'data-e2e': PropTypes.string
};
}
Expand Down

0 comments on commit 6447e8f

Please sign in to comment.