We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 986515f + c95c4ba commit c2ae9e0Copy full SHA for c2ae9e0
1 file changed
apps/web/src/components/topic/content-list.tsx
@@ -118,13 +118,13 @@ export default function ContentList({
118
/>
119
))
120
)}
121
+ <SentinelSpinner
122
+ fetchNextPage={fetchNextPage}
123
+ hasNextPage={hasNextPage}
124
+ isLoading={isLoading}
125
+ isFetchingNextPage={isFetchingNextPage}
126
+ />
127
</div>
- <SentinelSpinner
- fetchNextPage={fetchNextPage}
- hasNextPage={hasNextPage}
- isLoading={isLoading}
- isFetchingNextPage={isFetchingNextPage}
- />
128
129
);
130
}
0 commit comments