Skip to content

Solution Jefferson Robert#31

Open
Bertinoti wants to merge 1 commit into
assembler-institute:mainfrom
Bertinoti:main
Open

Solution Jefferson Robert#31
Bertinoti wants to merge 1 commit into
assembler-institute:mainfrom
Bertinoti:main

Conversation

@Bertinoti

Copy link
Copy Markdown

No description provided.

@Bertinoti

Copy link
Copy Markdown
Author

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

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

Copy link
Copy Markdown

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

Copy link
Copy Markdown

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()}>

Copy link
Copy Markdown

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