Skip to content

Commit

Permalink
Remove change for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
etoledom committed Nov 25, 2020
1 parent f24bcc1 commit 12ae929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/file/edit.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ export class FileEdit extends Component {
align
) }
/>
{ ! isUploadFailed && (
{ isUploadFailed && (
<View style={ styles.errorContainer }>
<Icon
icon={ warning }
Expand Down

0 comments on commit 12ae929

Please sign in to comment.