Skip to content

Commit

Permalink
Run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 26, 2017
1 parent 822a5f6 commit f8eb25d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/react-error-overlay/src/components/NavigationBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,12 @@ function NavigationBar(props: NavigationBarPropsType) {
return (
<div style={navigationBarStyle}>
<span style={buttonContainerStyle}>
<button onClick={previous} style={leftButtonStyle}></button>
<button onClick={next} style={rightButtonStyle}></button>
<button onClick={previous} style={leftButtonStyle}>
</button>
<button onClick={next} style={rightButtonStyle}>
</button>
</span>
{`${currentError} of ${totalErrors} errors on the page`}
</div>
Expand Down

0 comments on commit f8eb25d

Please sign in to comment.