Skip to content

Commit

Permalink
fix: remove class prop
Browse files Browse the repository at this point in the history
  • Loading branch information
rainke authored Sep 26, 2023
1 parent 4728484 commit c6228b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export class SettingsPrimaryPane extends Component<ISettingsPrimaryPaneProps, {
<div className="lc-settings-navigator">
{createIcon(settings.componentMeta?.icon, {
className: 'lc-settings-navigator-icon',
class: 'lc-settings-navigator-icon',
})}
<Title title={settings.componentMeta!.title} />
<span> x {settings.nodes.length}</span>
Expand Down

0 comments on commit c6228b6

Please sign in to comment.