mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-15 18:08:46 +00:00
Fixed mismatched parenthesis
This commit is contained in:
parent
4abaa13b09
commit
1a6aae6545
@ -78,7 +78,7 @@ class Home extends Component {
|
||||
<Quote microblog = {post.postId}></Quote>
|
||||
</CardContent>
|
||||
</Card>
|
||||
))
|
||||
)
|
||||
) : (
|
||||
<p>Loading post...</p>
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user