Selaa lähdekoodia

Slight changes v3

feature/646
Djordje Mitrovic 3 vuotta sitten
vanhempi
commit
8d1e7963c6

+ 1
- 1
package.json Näytä tiedosto

@@ -1,6 +1,6 @@
{
"name": "web",
"version": "4.0.1",
"version": "4.0.3",
"private": true,
"dependencies": {
"@emotion/react": "^11.5.0",

+ 1
- 0
src/components/DirectChat/DirectChat.js Näytä tiedosto

@@ -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 {

+ 1
- 0
src/components/UserReviews/UserReviews.styled.js Näytä tiedosto

@@ -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; */

Loading…
Peruuta
Tallenna