From 67e2e781f4cb2aca60f94e26ed0642a87f6010a3 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 16 Mar 2018 09:05:34 -0700 Subject: [PATCH] start on follow requests --- routes/_pages/accounts/[accountId].html | 4 +--- routes/_pages/community/index.html | 9 +++++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/routes/_pages/accounts/[accountId].html b/routes/_pages/accounts/[accountId].html index 41306559..c11c481b 100644 --- a/routes/_pages/accounts/[accountId].html +++ b/routes/_pages/accounts/[accountId].html @@ -1,6 +1,6 @@ {{#if $isUserLoggedIn}} - {{#if $currentAccountProfile}} + {{#if $currentAccountProfile && $currentVerifyCredentials}} store, computed: { diff --git a/routes/_pages/community/index.html b/routes/_pages/community/index.html index 6bcbe117..30fa5c8f 100644 --- a/routes/_pages/community/index.html +++ b/routes/_pages/community/index.html @@ -46,6 +46,12 @@ + {{#if isLockedAccount}} + + {{/if}} $currentVerifyCredentials && $currentVerifyCredentials.locked } }; \ No newline at end of file