Skip to content

Commit

Permalink
fix prop name
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Mar 22, 2023
1 parent 50fcfa9 commit c1db948
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ export default function ListViewSidebar() {
focusOnMountRef,
] ) }
>
<PrivateListView MoreMenuComponent={ (props) => (<BlockSettingsDropdown {...props} />) } />
<PrivateListView
MoreMenuComponent={ ( props ) => (
<BlockSettingsDropdown { ...props } />
) }
/>
</div>
</div>
);
Expand Down

0 comments on commit c1db948

Please sign in to comment.