Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
etoledom committed Dec 1, 2020
1 parent 9632449 commit 6acd4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/audio/edit.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function AudioEdit( {

const onError = () => {
// TODO: Set up error state
onUploadError( __( "Error" ) );
onUploadError( __( 'Error' ) );
};

function toggleAttribute( attribute ) {
Expand Down

0 comments on commit 6acd4ef

Please sign in to comment.