fix: bug
This commit is contained in:
@@ -13,7 +13,6 @@ import { useTranslation } from 'react-i18next'
|
||||
|
||||
import { LeftArrowIcon, SearchIcon } from '@/components/icon'
|
||||
import WorksGallery, { type Category, type WorkItem } from '@/components/WorksGallery'
|
||||
import RefreshControl from '@/components/RefreshControl'
|
||||
import LoadingState from '@/components/LoadingState'
|
||||
import ErrorState from '@/components/ErrorState'
|
||||
import PaginationLoader from '@/components/PaginationLoader'
|
||||
@@ -95,9 +94,6 @@ export default function WorksListScreen() {
|
||||
params: { id: id.toString() },
|
||||
})
|
||||
}}
|
||||
refreshControl={
|
||||
<RefreshControl refreshing={refreshing} onRefresh={refresh} />
|
||||
}
|
||||
onEndReached={loadMore}
|
||||
ListFooterComponent={
|
||||
hasMore ? <PaginationLoader /> : undefined
|
||||
|
||||
Reference in New Issue
Block a user