Skip to content

Commit

Permalink
Remove unused label
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Apr 15, 2019
1 parent 32f267e commit 7d33ad0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Resolution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ export default class Resolution extends React.Component<Props, State> {
placeholder="Select majority type"
search
inverted
label="Type"
options={MAJORITY_OPTIONS}
onChange={dropdownHandler<ResolutionData>(resolutionFref, 'requiredMajority')}
value={requiredMajority || DEFAULT_RESOLUTION.requiredMajority}
Expand Down

0 comments on commit 7d33ad0

Please sign in to comment.