Skip to content

Commit

Permalink
Add fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Feb 27, 2023
1 parent 9c848ab commit 50183ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/social-links/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export function SocialLinksEdit( props ) {
allowedBlocks: ALLOWED_BLOCKS,
placeholder: isSelected ? SelectedSocialPlaceholder : SocialPlaceholder,
templateLock: false,
orientation: attributes.layout?.orientation,
orientation: attributes.layout?.orientation ?? 'horizontal',
__experimentalAppenderTagName: 'li',
} );

Expand Down

0 comments on commit 50183ef

Please sign in to comment.