Skip to content

Commit c2ae9e0

Browse files
committed
Merge branch 'dev'
2 parents 986515f + c95c4ba commit c2ae9e0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

apps/web/src/components/topic/content-list.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ export default function ContentList({
118118
/>
119119
))
120120
)}
121+
<SentinelSpinner
122+
fetchNextPage={fetchNextPage}
123+
hasNextPage={hasNextPage}
124+
isLoading={isLoading}
125+
isFetchingNextPage={isFetchingNextPage}
126+
/>
121127
</div>
122-
<SentinelSpinner
123-
fetchNextPage={fetchNextPage}
124-
hasNextPage={hasNextPage}
125-
isLoading={isLoading}
126-
isFetchingNextPage={isFetchingNextPage}
127-
/>
128128
</div>
129129
);
130130
}

0 commit comments

Comments
 (0)