Skip to content

Commit

Permalink
always allow reset button to display
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed May 21, 2020
1 parent 5f7b39c commit e7512b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/renderer/components/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ export default class Settings extends Component {
<label htmlFor="accessKeySecret">Access Key Secret</label>
<Key>{ this.props.settings.twitterAccessSecret }</Key>
<br />
<br />
<Reset onClick={(e) => this.reset()}>Reset</Reset>
</>
}

Expand All @@ -120,8 +118,10 @@ export default class Settings extends Component {
<br />
{ settings }
<br />
<Reset onClick={(e) => this.reset()}>Reset</Reset>
<br />
<Error>{ error }</Error>
</Container>
)
}
}
}

0 comments on commit e7512b2

Please sign in to comment.