diff --git a/src/routes/_components/Nav.html b/src/routes/_components/Nav.html index 2726f895..34603b2b 100644 --- a/src/routes/_components/Nav.html +++ b/src/routes/_components/Nav.html @@ -24,7 +24,7 @@ -
- + diff --git a/src/routes/_components/profile/AccountProfilePage.html b/src/routes/_components/profile/AccountProfilePage.html index 7bc0fa6a..7e194ac0 100644 --- a/src/routes/_components/profile/AccountProfilePage.html +++ b/src/routes/_components/profile/AccountProfilePage.html @@ -1,9 +1,6 @@ {#if $isUserLoggedIn} - {#if !filter} - - {/if} {:else} @@ -21,8 +18,6 @@ import HiddenFromSSR from '../HiddenFromSSR' import DynamicPageBanner from '../DynamicPageBanner.html' import { updateProfileAndRelationship, clearProfileAndRelationship } from '../../_actions/accounts' - import AccountProfile from './AccountProfile.html' - import PinnedStatuses from '../timeline/PinnedStatuses.html' import { formatIntl } from '../../_utils/formatIntl' export default { @@ -53,9 +48,7 @@ TimelinePage, FreeTextLayout, HiddenFromSSR, - DynamicPageBanner, - AccountProfile, - PinnedStatuses + DynamicPageBanner } } diff --git a/src/routes/_components/status/MeetStatus.html b/src/routes/_components/status/MeetStatus.html index 787781bd..619b4c70 100644 --- a/src/routes/_components/status/MeetStatus.html +++ b/src/routes/_components/status/MeetStatus.html @@ -19,7 +19,7 @@