Cleanup code

This commit is contained in:
ilya-bkv 2024-02-26 14:38:48 +03:00
parent e34aa5e70b
commit 80e338a60d

View File

@ -96,7 +96,6 @@ export const AuthorsList = (props: Props) => {
<div class="row"> <div class="row">
<div class="col-lg-20 col-xl-18"> <div class="col-lg-20 col-xl-18">
<div class={styles.action}> <div class={styles.action}>
<p>{`${loading()}`}</p>
<Show when={!loading() && authorsList().length > 0 && !allLoaded()}> <Show when={!loading() && authorsList().length > 0 && !allLoaded()}>
<Button value={t('Load more')} onClick={loadMoreAuthors} /> <Button value={t('Load more')} onClick={loadMoreAuthors} />
</Show> </Show>