Skip to content

Commit

Permalink
Update profile content
Browse files Browse the repository at this point in the history
  • Loading branch information
IT21128554 committed May 20, 2023
1 parent aab11a4 commit 04ce04b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ socket/node_modules

npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn-error.log*
8 changes: 4 additions & 4 deletions frontend/src/components/Profile/ProfileContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const ProfileContent = ({ active }) => {
})
.then((response) => {
dispatch(loadUser());
toast.success("avatar updated successfully!");
toast.success("Profile updated successfully!");
})
.catch((error) => {
toast.error(error);
Expand Down Expand Up @@ -222,7 +222,7 @@ const AllOrders = () => {
},
{
field: "itemsQty",
headerName: "Items Qty",
headerName: "Days",
type: "number",
minWidth: 130,
flex: 0.7,
Expand Down Expand Up @@ -309,7 +309,7 @@ const AllRefundOrders = () => {
},
{
field: "itemsQty",
headerName: "Items Qty",
headerName: "Days",
type: "number",
minWidth: 130,
flex: 0.7,
Expand Down Expand Up @@ -394,7 +394,7 @@ const TrackOrder = () => {
},
{
field: "itemsQty",
headerName: "Items Qty",
headerName: "Days",
type: "number",
minWidth: 130,
flex: 0.7,
Expand Down

0 comments on commit 04ce04b

Please sign in to comment.