We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49eaa41 commit e7ce054Copy full SHA for e7ce054
examples/add-image-alt-text-plugin/index.js
@@ -57,7 +57,7 @@ function ImageControls( { attributes, setAttributes } ) {
57
select( aiStore ).getAvailableService( AI_CAPABILITIES )
58
);
59
if ( ! service ) {
60
- return;
+ return null;
61
}
62
63
if ( ! attributes.url ) {
0 commit comments