Skip to content

Commit

Permalink
Remove duplicated className (#18967)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored Dec 6, 2019
1 parent 405ee29 commit c75761c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-post/src/components/layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function Layout() {
<AutosaveMonitor />
<LocalAutosaveMonitor />
<EditorModeKeyboardShortcuts />
<FocusReturnProvider className={ className }>
<FocusReturnProvider>
<EditorRegions
className={ className }
header={ <Header /> }
Expand Down

0 comments on commit c75761c

Please sign in to comment.