Skip to content

Commit

Permalink
Update packages/editor/src/components/list-view-sidebar/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Serong <[email protected]>
  • Loading branch information
chad1008 and andrewserong authored Jan 30, 2024
1 parent 3bd148c commit 2237970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/list-view-sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function ListViewSidebar() {
<Tabs
onSelect={ ( tabName ) => 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.
Expand Down

0 comments on commit 2237970

Please sign in to comment.