fix: Settings screen cleanup

This commit is contained in:
Tom Moor
2019-06-25 21:53:23 -07:00
parent 7aea6458ce
commit b93824915d
5 changed files with 19 additions and 14 deletions

View File

@ -56,11 +56,11 @@ class ErrorBoundary extends React.Component<Props> {
<p>
<Button onClick={this.handleReload}>Reload</Button>{' '}
{this.showDetails ? (
<Button onClick={this.handleReportBug} light>
<Button onClick={this.handleReportBug} neutral>
Report a Bug
</Button>
) : (
<Button onClick={this.handleShowDetails} light>
<Button onClick={this.handleShowDetails} neutral>
Show Details
</Button>
)}