Skip to content

Commit

Permalink
DocumentSettingPanel: Remove plugin icon fallback (#40355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Apr 20, 2022
1 parent 3be7e4b commit 00cb38c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ const PluginDocumentSettingPanel = compose(
warning( 'PluginDocumentSettingPanel requires a name property.' );
}
return {
icon: ownProps.icon || context.icon,
panelName: `${ context.name }/${ ownProps.name }`,
};
} ),
Expand Down

0 comments on commit 00cb38c

Please sign in to comment.