Skip to content

Solution Jefferson Robert #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Bertinoti
Copy link

No description provided.

@Bertinoti
Copy link
Author

We don't finish all requirements but we work hard, miss functions, and fix bugs

useEffect(() => {
setInterval(() => {
var list = JSON.parse(localStorage.getItem('taskList')) || [];
(list != data && setdata(loadDatos()))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use strict inequality operator !==.

return(
<div>
{data.map( element => {
if( element.needToDo == true){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use strict equality operator ===

<Input inputType='text' value={valueIn} inputEvent={handleChange} />
</Modal.Body>
<Modal.Footer>
<a href="/All"><button className='btn btn-secondary' onClick={() => handleClose()}>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to use anonymous arrow function
Just define onClick={handleClose }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants