Skip to content

Commit

Permalink
name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
o6ez9na committed Dec 8, 2024
1 parent 6dac882 commit da0f9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/main-page/Contractor/Contractor.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default function Contractor() {
</div>
<div className="lk-user-text-wrapper">
<div>
<h1>Полное имя: {user?.full_name}</h1>
<h1>Имя: {user?.full_name}</h1>
<p>Номер телефона: {user?.phone_number}</p>
</div>
<div className="lk-user-balance">
Expand Down

0 comments on commit da0f9c9

Please sign in to comment.