Skip to content

Commit

Permalink
Merge pull request #315 from Nexters/fix/314
Browse files Browse the repository at this point in the history
314 : 선물 카드 추가 QA
  • Loading branch information
HamBP authored Oct 18, 2024
2 parents 1c1f231 + c0936a3 commit 21d1b3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ private fun CardCarousel(
}
) {
AsyncImage(
modifier = Modifier.fillMaxSize(),
model = image.thumbnailImage,
contentDescription = stringResource(id = R.string.gift_image),
contentScale = ContentScale.Crop,
Expand Down

0 comments on commit 21d1b3f

Please sign in to comment.