Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(component): remove unused active from pattern list item
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Küchler committed Dec 14, 2017
1 parent eeb88ca commit 39ad0e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/component/container/pattern_list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export class PatternList extends React.Component<PatternListProps> {
draggable={props.draggable}
handleDragStart={props.handleDragStart}
key={index}
active={props.active}
onClick={props.onClick}
>
{labelComponent}
Expand Down

0 comments on commit 39ad0e9

Please sign in to comment.