Skip to content

Commit

Permalink
Fix console warning message to block (#1802)
Browse files Browse the repository at this point in the history
* Fix console warning message to block

* add contributor

Co-authored-by: AnthonyLedesma <anthonymledesma@gmail.com>
  • Loading branch information
kishanjasani and AnthonyLedesma committed Feb 1, 2021
1 parent 907670a commit 296ff1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ This list is manually curated to include valuable contributions by volunteers th
| @daniel-matuszak | @dmatuszak |
| @WunderBart | |
| @sirreal | @jonsurrell |
| @kishanjasani | @kishanjasani |
2 changes: 1 addition & 1 deletion src/blocks/gist/gist.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,6 @@ export default class Gist extends Component {
// - PROP TYPES -
Gist.propTypes = {
file: PropTypes.string,
onError: PropTypes.function,
onError: PropTypes.func,
url: PropTypes.string.isRequired,
};

0 comments on commit 296ff1a

Please sign in to comment.