Skip to content

Commit e4b57c6

Browse files
committed
minor fix
1 parent 1582de4 commit e4b57c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/welcome/admin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,15 +767,15 @@ const EditorSettings = props => {
767767
} }
768768
help={ __( 'Adds a toolbar button for advanced copying and pasting block styles', i18n ) }
769769
/>
770-
{ settings.stackable_enable_block_defaults && <AdminToggleSetting
770+
<AdminToggleSetting
771771
label={ __( 'Reset Layout', i18n ) }
772772
searchedSettings={ toolbar.children }
773773
value={ settings.stackable_enable_reset_layout }
774774
onChange={ value => {
775775
handleSettingsChange( { stackable_enable_reset_layout: value } ) // eslint-disable-line camelcase
776776
} }
777777
help={ __( 'Adds a toolbar button for resetting the layout of a stackble block back to the original', i18n ) }
778-
/> }
778+
/>
779779
{ settings.stackable_enable_block_defaults && <AdminToggleSetting
780780
label={ __( 'Save as Default Block', i18n ) }
781781
searchedSettings={ toolbar.children }

0 commit comments

Comments
 (0)