Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mthaichi committed Jan 31, 2025
1 parent 204a19a commit 66e3c42
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/blocks/page-content/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ const getPagesSelect = (pages, currentTargetPost) => {
},
];

// 現在選択されているページを特定する
const currentPage = pages.find((page) => page.id === currentTargetPost);

// 選択リストから非公開・パスワード保護のページを除外する(現在選択中のページは除く)
const availablePages = pages.filter(
(page) =>
Expand Down

0 comments on commit 66e3c42

Please sign in to comment.