Remove end-of-content caption

This commit is contained in:
Bojan Mojsilovic 2023-11-27 16:54:51 +01:00
parent d58f9c33b3
commit ab6f509fd7

View File

@ -161,13 +161,6 @@ const Home: Component = () => {
<Loader />
</div>
</Match>
<Match
when={!isPageLoading()}
>
<div class={styles.endOfContent}>
{intl.formatMessage(placeholders.endOfFeed)}
</div>
</Match>
<Match
when={isPageLoading()}
>