Fix random things
This commit is contained in:
@@ -290,8 +290,7 @@
|
||||
current={currentPhotosAmount}
|
||||
total={totalPhotos}
|
||||
on:click={!ended && loadMorePhotos}
|
||||
on:keydown={({ key, target }) => key === 'Enter' && target.click()}
|
||||
>
|
||||
>
|
||||
{#if !ended}
|
||||
<p class="more">See more photos</p>
|
||||
{:else}
|
||||
|
||||
Reference in New Issue
Block a user