Update to React 0.15 and fix bad names

This commit is contained in:
John Furrow
2016-05-16 22:07:52 -07:00
parent 4450b8b830
commit 7748660783
11 changed files with 32 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ import SettingsStore from '../../stores/SettingsStore';
const METHODS_TO_BIND = ['handleStartTorrentsToggle'];
export default class AddTorrents extends React.Component {
export default class AddTorrentsActions extends React.Component {
constructor() {
super();