Skip to content

Commit

Permalink
Mesto Russia (sprint 16): fix after 2 review
Browse files Browse the repository at this point in the history
  • Loading branch information
MalakhN committed May 18, 2023
1 parent e169a6a commit 0c82608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Main(props) {
return (
<>
{/* Хедер */}
<Header email={props.email} text="Выйти" onClick={props.signOut} />
<Header email={props.email} text="Выйти" onClick={props.onSignOut} />
<main className="content">
{/* Информация профиля */}
<section className="profile">
Expand Down

0 comments on commit 0c82608

Please sign in to comment.