Skip to content

Commit f8eb25d

Browse files
committed
Run Prettier
1 parent 822a5f6 commit f8eb25d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/react-error-overlay/src/components/NavigationBar.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,12 @@ function NavigationBar(props: NavigationBarPropsType) {
5555
return (
5656
<div style={navigationBarStyle}>
5757
<span style={buttonContainerStyle}>
58-
<button onClick={previous} style={leftButtonStyle}></button>
59-
<button onClick={next} style={rightButtonStyle}></button>
58+
<button onClick={previous} style={leftButtonStyle}>
59+
60+
</button>
61+
<button onClick={next} style={rightButtonStyle}>
62+
63+
</button>
6064
</span>
6165
{`${currentError} of ${totalErrors} errors on the page`}
6266
</div>

0 commit comments

Comments
 (0)