Skip to content

Commit

Permalink
fix: skeleton 뷰 수정 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Aug 22, 2024
1 parent ff4d267 commit fc2fba2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private fun OrganizationSection(
}
if (announcementList.itemCount == 0 && !isRefreshingAnnouncement) {
exceptionItem(CardExceptionType.NO_RESULT)
} else {
} else if (announcementList.itemCount == 0){
items(2) {
SkeletonItemCard()
}
Expand Down

0 comments on commit fc2fba2

Please sign in to comment.