diff --git a/front/package.json b/front/package.json index 9b8bf5f9aaca..a66332c62aad 100644 --- a/front/package.json +++ b/front/package.json @@ -164,7 +164,7 @@ "workerDirectory": "public" }, "nyc": { - "lines": 65, + "lines": 60, "statements": 60, "exclude": [ "src/generated/**/*" diff --git a/front/src/modules/ui/input/components/ImageInput.tsx b/front/src/modules/ui/input/components/ImageInput.tsx index 33e7c0f169c2..3b85a5f4d871 100644 --- a/front/src/modules/ui/input/components/ImageInput.tsx +++ b/front/src/modules/ui/input/components/ImageInput.tsx @@ -29,7 +29,7 @@ const Picture = styled.button<{ withPicture: boolean }>` img { height: 100%; - object-fit: fill; + object-fit: cover; width: 100%; } diff --git a/front/src/modules/ui/right-drawer/components/RightDrawer.tsx b/front/src/modules/ui/right-drawer/components/RightDrawer.tsx index 5e1ed457c8fc..4dcae52919b3 100644 --- a/front/src/modules/ui/right-drawer/components/RightDrawer.tsx +++ b/front/src/modules/ui/right-drawer/components/RightDrawer.tsx @@ -51,8 +51,6 @@ export function RightDrawer() { return <>; } - console.log(isRightDrawerOpen); - return ( } onAddButtonClick={handleAddButtonClick} >