Skip to content

Commit

Permalink
종료된 공연 비활성화 해제
Browse files Browse the repository at this point in the history
  • Loading branch information
mangbaam committed Jul 2, 2024
1 parent df68959 commit 6500c22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fun ShowFeed(
contentScale = ContentScale.Crop,
)

if (showState is ShowState.WaitingTicketing || showState is ShowState.FinishedShow) {
if (showState is ShowState.WaitingTicketing) {
Box(
modifier = Modifier
.fillMaxWidth()
Expand Down

0 comments on commit 6500c22

Please sign in to comment.