Skip to content

Commit

Permalink
[REFACTOR] #44 - MonthlyScreen의 Grid Image 클릭 시, PostScreen으로 이동하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
aurora32s committed Apr 30, 2023
1 parent 0a3b824 commit 7471d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ui/src/main/java/com/core/ui/post/Post.kt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ fun ImageContainerByType(
space = 8.dp,
content = { HarooImage(imageType = it) })
PostItemType.GRID -> HarooGridImages(
modifier = Modifier.layoutId("Images"),
modifier = modifier,
images = images,
content = {
HarooImage(
Expand Down

0 comments on commit 7471d72

Please sign in to comment.