diff --git a/packages/editor/src/components/list-view-sidebar/index.js b/packages/editor/src/components/list-view-sidebar/index.js index c67faf6fa2bff7..1310dd6d7f9550 100644 --- a/packages/editor/src/components/list-view-sidebar/index.js +++ b/packages/editor/src/components/list-view-sidebar/index.js @@ -132,7 +132,7 @@ export default function ListViewSidebar() { // handle the tabindex attribute hasn't run yet. As such, there may // be an additional item that is 'tabbable' but it's not the // selected item. Filtering based on the `data-is-selected` attribute - // attribute makes sure to target the selected item. + // makes sure to target the selected item. const listViewSelectedItem = focus.tabbable .find( listViewRef.current ) .filter( ( item ) =>