diff --git a/frontend/src/components/pages/details/components/DetailsInformationDesk/DetailsInformationDesk.tsx b/frontend/src/components/pages/details/components/DetailsInformationDesk/DetailsInformationDesk.tsx index bf5605b19..e5beceb9c 100644 --- a/frontend/src/components/pages/details/components/DetailsInformationDesk/DetailsInformationDesk.tsx +++ b/frontend/src/components/pages/details/components/DetailsInformationDesk/DetailsInformationDesk.tsx @@ -60,25 +60,36 @@ export const DetailsInformationDesk: React.FC = ({ )} - -

{website} -

-
- -

+ )} + {email && ( + {email} -

- -

{phone}

+ + )} + {phone && ( + + {phone} + + )} {description && (