Skip to content

Commit 283e469

Browse files
committed
Image block: Restored the fragment wrapper is back to match the original.
1 parent feaf9a2 commit 283e469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/block-library/src/image

packages/block-library/src/image/image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ export default function Image( {
981981
readOnly={ lockAltControls }
982982
help={
983983
lockAltControls ? (
984-
lockAltControlsMessage
984+
<>{ lockAltControlsMessage }</>
985985
) : (
986986
<ExternalLink
987987
href={

0 commit comments

Comments
 (0)