Skip to content

Commit

Permalink
removed paginatedList.whenEmpty
Browse files Browse the repository at this point in the history
  • Loading branch information
konavivekramakrishna committed Nov 7, 2023
1 parent 95f6cac commit 3c4f224
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Components/Shifting/CommentsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ const CommentSection = (props: CommentSectionProps) => {
</ButtonV2>
</div>
<div className="w-full">
<PaginatedList.WhenEmpty>
<span>No comments available</span>
</PaginatedList.WhenEmpty>
<PaginatedList.WhenLoading>
<CircularProgress />
</PaginatedList.WhenLoading>
Expand Down

0 comments on commit 3c4f224

Please sign in to comment.