| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "web", | |||
| "version": "4.0.1", | |||
| "version": "4.0.3", | |||
| "private": true, | |||
| "dependencies": { | |||
| "@emotion/react": "^11.5.0", | |||
| @@ -61,6 +61,7 @@ const DirectChat = () => { | |||
| name: offer?.companyData?.company?.name, | |||
| location: offer?.companyData?.company?.contacts?.location, | |||
| userId: offer?.offer?.userId, | |||
| telephone: offer?.companyData?.company?.contacts?.telephone | |||
| }; | |||
| } | |||
| return { | |||
| @@ -64,6 +64,7 @@ export const ReviewList = styled(List)` | |||
| width: 100%; | |||
| border: 1px solid ${selectedTheme.colors.borderNormal}; | |||
| overflow-y: auto; | |||
| overflow-x: hidden; | |||
| max-height: ${(props) => (props.isProfileReviews ? "70vh" : "43vh")}; | |||
| /* overflow-y: auto; */ | |||