diff --git a/packages/editor/src/components/list-view-sidebar/index.js b/packages/editor/src/components/list-view-sidebar/index.js index 75149ba60fcb77..9484ddcf3943dd 100644 --- a/packages/editor/src/components/list-view-sidebar/index.js +++ b/packages/editor/src/components/list-view-sidebar/index.js @@ -123,7 +123,7 @@ export default function ListViewSidebar() { setTab( tabName ) } selectOnMove={ false } - // The initial tab value is set explicitly to avoid a an initial + // The initial tab value is set explicitly to avoid an initial // render where no tab is selected. This ensures that the // tabpanel height is correct so the relevant scroll container // can be rendered internally.