Skip to content

Commit

Permalink
Mobile - BlockListItem: Update return doc to add null option as well
Browse files Browse the repository at this point in the history
  • Loading branch information
geriux committed Apr 12, 2023
1 parent 4524fcc commit 8b5a27a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function BlockListItemContent( {
* @param {string} props.rootClientId The root client ID.
* @param {Function} props.shouldShowInnerBlockAppender Whether to show the inner block appender.
*
* @return {WPComponent} The rendered block list item or null if the block width is not provided.
* @return {WPComponent|null} The rendered block list item or null if the block width is not provided.
*/
function BlockListItem( props ) {
const {
Expand Down

0 comments on commit 8b5a27a

Please sign in to comment.