diff --git a/src/content-helper/editor-sidebar/excerpt-suggestions/component-panel.tsx b/src/content-helper/editor-sidebar/excerpt-suggestions/component-panel.tsx index 73bd81c59..9895d6b5b 100644 --- a/src/content-helper/editor-sidebar/excerpt-suggestions/component-panel.tsx +++ b/src/content-helper/editor-sidebar/excerpt-suggestions/component-panel.tsx @@ -79,7 +79,6 @@ const PostExcerptSuggestions = () => { * @since 3.17.0 * * @param {keyof ExcerptSuggestionsSettingsType} key The setting key that changed. - * * @param {string|boolean} value The new value of the setting. */ const onSettingChange = ( key: keyof ExcerptSuggestionsSettingsType, value: string | boolean ) => {