Fix minor style issues
This commit is contained in:
Generated
+6
@@ -16232,6 +16232,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"testcafe-react-selectors": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/testcafe-react-selectors/-/testcafe-react-selectors-2.1.0.tgz",
|
||||
"integrity": "sha512-2KYB1Tow1p0E37B06/KMuqllJ+THlenYLZE20T4ThFp9Tzv5ctTwR4JlgUtZtiiC0KEykwjwqO+qmw8LakDQFg==",
|
||||
"dev": true
|
||||
},
|
||||
"testcafe-reporter-json": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/testcafe-reporter-json/-/testcafe-reporter-json-2.1.0.tgz",
|
||||
|
||||
@@ -4,7 +4,7 @@ export interface JsonLDProps {
|
||||
data: object;
|
||||
}
|
||||
|
||||
class JsonLD extends React.Component<JsonLDProps, undefined> {
|
||||
class JsonLD extends React.Component<JsonLDProps, undefined> {
|
||||
render() {
|
||||
return (
|
||||
<script
|
||||
|
||||
@@ -6,7 +6,7 @@ export interface PostProps {
|
||||
post: PostInterface;
|
||||
}
|
||||
|
||||
class Post extends React.Component<PostProps, undefined> {
|
||||
class Post extends React.Component<PostProps, undefined> {
|
||||
render() {
|
||||
const { title, author, id } = this.props.post;
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user