Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit 3e4986a

Browse files
author
Reinaldo Haynes
committed
Style error suppression
1 parent 6bd894a commit 3e4986a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/SampleView/SampleView.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ export default class SampleView extends React.Component {
1515

1616
const styles = {
1717
container: {
18-
'min-height': '100vh',
19-
'text-align': 'center',
20-
'display': 'flex',
21-
'justify-content': 'center',
22-
'align-items': 'center'
18+
minHeight: '100vh',
19+
textAlign: 'center',
20+
display: 'flex',
21+
justifyContent: 'center',
22+
alignItems: 'center'
2323
}
2424
}

0 commit comments

Comments
 (0)