mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-23 23:52:27 -04:00
Fix home page horizontal bars
This commit is contained in:
@@ -67,6 +67,8 @@ export const InfiniteFetch = <Data, Type extends string = string>({
|
||||
return isFetching ? [...items, ...placeholders] : items;
|
||||
}, [items, isFetching, placeholderCount, numColumns]);
|
||||
|
||||
if (!data.length && Empty) return Empty;
|
||||
|
||||
return (
|
||||
<AnimatedLegendList
|
||||
data={data}
|
||||
@@ -97,7 +99,6 @@ export const InfiniteFetch = <Data, Type extends string = string>({
|
||||
ItemSeparatorComponent={
|
||||
Divider === true ? HR : (Divider as any) || undefined
|
||||
}
|
||||
ListEmptyComponent={Empty}
|
||||
showsHorizontalScrollIndicator={false}
|
||||
showsVerticalScrollIndicator={false}
|
||||
contentContainerStyle={{
|
||||
|
||||
Reference in New Issue
Block a user