Fix torrent sort

This commit is contained in:
John Furrow
2016-06-12 01:00:00 -07:00
parent bff1bfb9f1
commit 31daae806c
7 changed files with 10 additions and 7 deletions

View File

@@ -40,7 +40,6 @@ export default class SettingsModal extends React.Component {
this.handleSettingsStoreChange);
SettingsStore.listen(EventTypes.SETTINGS_SAVE_REQUEST_ERROR,
this.handleSaveSettingsError);
SettingsStore.fetchFloodSettings('speedLimits');
}
componentWillUnmount() {