import React from 'react'; import { translate } from '../../translate/translate'; import { } from '../../actions/actionCreators'; import Store from '../../store'; class AppSettings extends React.Component { constructor(props) { super(props); //this.closeSyncOnlyModal = this.closeSyncOnlyModal.bind(this); } render() { /*if (this.props && this.props.SyncOnly.display) { return (
{this.renderForksList()}
); } else { return null; }*/ } } export default AppSettings;