feat: 🎸 优化了滚动加载
This commit is contained in:
@@ -105,6 +105,7 @@ const CompanyJobsPage = () => {
|
||||
<InfiniteScroll
|
||||
loadMore={fetchInterviewsData}
|
||||
hasMore={interviewsHasMore}
|
||||
empty={interviews.length === 0}
|
||||
className="company-jobs-page-interview-list"
|
||||
>
|
||||
{interviews.map((item) => (
|
||||
|
||||
Reference in New Issue
Block a user