From 2b8ab9c23870e0030541738efed415fc34521600 Mon Sep 17 00:00:00 2001 From: Dilmurod Date: Wed, 22 Oct 2025 15:14:20 +0500 Subject: [PATCH] my profile delete bonuses fields --- src/Components/Profile/ChangePassword.tsx | 12 ++++++------ src/Components/Profile/MySalary/CurrentMonthCard.tsx | 4 ++-- .../Profile/MySalary/SalaryHistoryTable.tsx | 10 +++++----- src/Components/Profile/MySalary/TotalStatistics.tsx | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/Components/Profile/ChangePassword.tsx b/src/Components/Profile/ChangePassword.tsx index 7e7b9d4..f605f96 100644 --- a/src/Components/Profile/ChangePassword.tsx +++ b/src/Components/Profile/ChangePassword.tsx @@ -20,11 +20,11 @@ const ChangePassword = () => { initialValues={{ modifier: "public" }} > - + { rules={[ { required: true, - message: "Please input your password!", + message: "Please enter your password!", }, { min: 8, @@ -41,7 +41,7 @@ const ChangePassword = () => { ]} hasFeedback > - + { }), ]} > - +