Skip to content

Commit

Permalink
Fix invalid reference to this.isBlobURL
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Sep 12, 2018
1 parent 78f38e5 commit 8934feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/file/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class FileEdit extends Component {
}

const classes = classnames( className, {
'is-transient': this.isBlobURL( href ),
'is-transient': isBlobURL( href ),
} );

return (
Expand Down

0 comments on commit 8934feb

Please sign in to comment.