From 3f8b5af79d450f2c46b5a3ff41703985367fc26e Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 15 Apr 2018 15:05:32 -0700 Subject: [PATCH] hide overflow menu for same-user profile Fixes #130 --- .../profile/AccountProfileDetails.html | 19 +++++++++++-------- .../profile/AccountProfileFollow.html | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/routes/_components/profile/AccountProfileDetails.html b/routes/_components/profile/AccountProfileDetails.html index 7f7a9e3b..1072c94f 100644 --- a/routes/_components/profile/AccountProfileDetails.html +++ b/routes/_components/profile/AccountProfileDetails.html @@ -23,14 +23,17 @@ {{numFollowersDisplay}} -
- -
+ + {{#if account && verifyCredentials && account.id !== verifyCredentials.id}} +
+ +
+ {{/if}}