diff --git a/components/Global/components/horizontal-list.tsx b/components/Global/components/horizontal-list.tsx index 19116b0f..55491371 100644 --- a/components/Global/components/horizontal-list.tsx +++ b/components/Global/components/horizontal-list.tsx @@ -37,7 +37,8 @@ export default function HorizontalCardList({ horizontal data={items?.slice(0, cutoff - 1) ?? undefined} renderItem={renderItem} - ListFooterComponent={( + ListFooterComponent={() => { + return items ? ( - )} + ) : undefined} + } /> ) } \ No newline at end of file