Skip to content

Commit

Permalink
Merge pull request #303 from Nexters/feature/302
Browse files Browse the repository at this point in the history
302 카드 선택 기능 부활
  • Loading branch information
HamBP authored Oct 3, 2024
2 parents c006cfe + 202a19e commit 3f85a7a
Showing 1 changed file with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,14 @@ fun CardSelection(
)
}

// TODO: 현재 선택 가능한 카드가 1개, 이후 카드 개수가 추가되면 주석 풀기!
// CardCarousel(
// modifier = Modifier
// .padding(top = 44.dp)
// .fillMaxWidth(),
// images = images,
// selectedImage = selectedImage,
// onImageSelected = onImageSelected,
// )
CardCarousel(
modifier = Modifier
.padding(top = 32.dp)
.fillMaxWidth(),
images = images,
selectedImage = selectedImage,
onImageSelected = onImageSelected,
)
}
}

Expand Down

0 comments on commit 3f85a7a

Please sign in to comment.