mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-30 23:19:03 -06:00
limit this
This commit is contained in:
@@ -30,7 +30,7 @@ export default function HorizontalCardList({
|
||||
return (
|
||||
<FlatList
|
||||
horizontal
|
||||
data={props.data}
|
||||
data={(props.data as Array<BaseItemDto>).slice(0, cutoff - 1)}
|
||||
renderItem={props.renderItem}
|
||||
ListFooterComponent={() => {
|
||||
return props.data ? (
|
||||
|
||||
Reference in New Issue
Block a user