mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 01:45:40 +08:00
Rerun prettier and pin version (#3058)
* rerun prettier for all files * pin prettier to 1.6.1
This commit is contained in:
committed by
Joe Haddad
parent
5e300cebb3
commit
44cfbccfda
@@ -84,11 +84,7 @@ class StackTrace extends Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div style={traceStyle}>
|
||||
{this.renderFrames()}
|
||||
</div>
|
||||
);
|
||||
return <div style={traceStyle}>{this.renderFrames()}</div>;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user