Fixed mismatched parenthesis

This commit is contained in:
Clayton Wilson 2019-12-03 13:33:48 -05:00 committed by GitHub
parent 4abaa13b09
commit 1a6aae6545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ class Home extends Component {
<Quote microblog = {post.postId}></Quote> <Quote microblog = {post.postId}></Quote>
</CardContent> </CardContent>
</Card> </Card>
)) )
) : ( ) : (
<p>Loading post...</p> <p>Loading post...</p>
); );