Skip to content

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