Skip to content

Commit

Permalink
fix: content field task 개수 변경 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Aug 31, 2024
1 parent 6f6286a commit bc19bf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ internal fun AnnouncementCard(
)
}

announcement.taskSize?.takeIf { it < 1 }?.run {
announcement.taskSize?.takeIf { it >= 1 }?.run {
Badge(
modifier = Modifier,
string = stringResource(
Expand Down

0 comments on commit bc19bf7

Please sign in to comment.