Fix minor style issues

This commit is contained in:
Jan Tuomi
2018-07-05 09:16:28 +03:00
parent 2a3b994604
commit 67b206a125
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -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",
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 (