Cleanup code
This commit is contained in:
parent
e34aa5e70b
commit
80e338a60d
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user