Fixed seed-contents for react componentDidMount challenge (#40441)

This commit is contained in:
Lakshya Baghel 2020-12-16 06:49:58 +05:30 committed by GitHub
parent 582d3ab93f
commit 036da8cd0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ class MyComponent extends React.Component {
<div>
{/* Change code below this line */}
<h1>Active Users: </h1>
{/* Change code below this line */}
{/* Change code above this line */}
</div>
);
}