Skip to content

Commit

Permalink
Merge pull request #147 from ViktorSvertoka/profile-setting-user-page
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorSvertoka committed Oct 3, 2023
2 parents eec11d0 + 477e300 commit 8099c5d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Datepicker/StyledDatepicker.styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const CalendarGlobalStyles = createGlobalStyle`
}
.react-datepicker {
position: absolute;
left: 50%;
left: -20px;
top: 50%;
transform: translate(-15%, 0%);
display: flex;
Expand Down
1 change: 0 additions & 1 deletion src/components/UserForm/UserForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const UserForm = () => {
...values,
};
dispatch(updateUserParams(sendData));
console.log(sendData);
};

return (
Expand Down
1 change: 0 additions & 1 deletion src/components/UserForm/UserForm.styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export const WrapperRadio = styled.div`
position: absolute;
top: 3px;
left: 0;
z-index: 1;
}
.radio-label::after {
Expand Down

0 comments on commit 8099c5d

Please sign in to comment.