Skip to content

Homework 6 login todo list#7

Open
cucumberian wants to merge 10 commits into
masterfrom
homework-6-login-todo-list
Open

Homework 6 login todo list#7
cucumberian wants to merge 10 commits into
masterfrom
homework-6-login-todo-list

Conversation

@cucumberian

Copy link
Copy Markdown
Owner

image
image

@cucumberian cucumberian requested a review from takhanov August 14, 2023 11:47
const [passwordIsValid, setPasswordIsValid] = useState();
const [formIsValid, setFormIsValid] = useState(false);

useEffect(() => console.log("useEFFECT работает!"));

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

нужно убрать лишние console логи и комментарии

import './Navigation.css';
import AuthContext from '../../context/auth-context';

// function Navigation({ onLogout }) {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

закомментированный код

@takhanov takhanov left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Работу принимаю, но нужно почистить закомментированный код!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants