-
-
-
+
+
+
+
+ {editProfileDesktop}
+
{hasBio ?
: null}
{links}
diff --git a/src/containers/ListingPage/ListingPage.css b/src/containers/ListingPage/ListingPage.css
index 7545cc9c..1a56843c 100644
--- a/src/containers/ListingPage/ListingPage.css
+++ b/src/containers/ListingPage/ListingPage.css
@@ -526,24 +526,6 @@
}
}
-.editProfileLink {
- @apply --marketplaceH4FontStyles;
- position: absolute;
- margin: 0;
-
- /* Align to same baseline as the "Your host" heading */
- top: 2px;
- right: 24px;
-
- @media (--viewportMedium) {
- margin: 0;
-
- /* Align to same baseline as the "Hello, ..." heading */
- top: 74px;
- right: 0;
- }
-}
-
.map {
/* Dimensions: Map takes all available space from viewport (excludes action button and section title) */
height: calc(100vh - 193px);
diff --git a/src/containers/ListingPage/ListingPage.js b/src/containers/ListingPage/ListingPage.js
index 84199c73..74a0c369 100644
--- a/src/containers/ListingPage/ListingPage.js
+++ b/src/containers/ListingPage/ListingPage.js
@@ -451,7 +451,6 @@ export class ListingPageComponent extends Component {
{
const {
title,
listing,
- isOwnListing,
authorDisplayName,
onContactUser,
isEnquiryModalOpen,
@@ -25,11 +24,6 @@ const SectionHost = props => {
- {isOwnListing ? (
-
-
-
- ) : null}