remove title for user account pages

modify-database
Nolan Lawson 2018-03-03 16:31:42 -08:00
rodzic 2f8bd171d4
commit 9a610273b6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,7 @@
<Layout page='tags'>
{{#if $isUserLoggedIn}}
<DynamicPageBanner title="{{profileName}}" />
<DynamicPageBanner title="" />
{{#if $currentAccountProfile}}
<AccountProfile profile="{{$currentAccountProfile}}"
relationship="{{$currentAccountRelationship}}"