Skip to content

Commit

Permalink
Remove sectionName reference
Browse files Browse the repository at this point in the history
  • Loading branch information
DustyReagan committed Sep 20, 2024
1 parent 34a424d commit d37a0d5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ type Props = {
focusRef: React.RefObject< HTMLButtonElement >;
itemData: ItemData;
closeSitePreviewPane?: () => void;
sectionName?: string;
};

const PreviewPaneHeaderButtons = ( { focusRef, closeSitePreviewPane, itemData }: Props ) => {
Expand Down

0 comments on commit d37a0d5

Please sign in to comment.