I really just need this

This commit is contained in:
Violet Caulfield
2025-02-18 22:52:50 -06:00
parent 7913b41fba
commit 16e82cb9c1
@@ -29,9 +29,10 @@ export default function HorizontalCardList({
return (
<FlatList
{ ...props }
horizontal
data={(props.data as Array<BaseItemDto> | undefined)?.slice(0, cutoff - 1) ?? undefined}
renderItem={props.renderItem}
ListHeaderComponent={props.ListHeaderComponent}
ListFooterComponent={() => {
return props.data ? (
<IconCard