We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661d629 commit 3a310c4Copy full SHA for 3a310c4
packages/block-library/src/site-logo/edit.js
@@ -423,7 +423,7 @@ export default function LogoEdit( {
423
context: 'view',
424
} );
425
const _isRequestingMediaItem =
426
- _siteLogoId &&
+ !! _siteLogoId &&
427
! select( coreStore ).hasFinishedResolution( 'getMedia', [
428
_siteLogoId,
429
{ context: 'view' },
0 commit comments