mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Add dynamic message for infinite scroll handler
This commit is contained in:
@@ -314,7 +314,7 @@ export const PlaylistDetailContent = ({ tableRef }: PlaylistDetailContentProps)
|
||||
variant="subtle"
|
||||
onClick={handleLoadMore}
|
||||
>
|
||||
Load more
|
||||
{playlistSongsQueryInfinite.hasNextPage ? 'Load more' : 'End of playlist'}
|
||||
</Button>
|
||||
</MotionGroup>
|
||||
</ContentContainer>
|
||||
|
||||
Reference in New Issue
Block a user