Skip to content

Commit

Permalink
Fix Number component name
Browse files Browse the repository at this point in the history
  • Loading branch information
echeung-amzn committed Jun 11, 2016
1 parent 9de2428 commit 5a6c5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/components/options/Number.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import { Option } from './Option';
import { Chrome } from '../../modules/chrome';

export class Checkbox extends Option {
export class Number extends Option {
constructor (props) {
super(props);

Expand Down

0 comments on commit 5a6c5fd

Please sign in to comment.