Fixed mismatched parenthesis

This commit is contained in:
2019-12-03 13:33:48 -05:00
committed by GitHub
parent 4abaa13b09
commit 1a6aae6545

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>
); );