Skip to content

Commit

Permalink
[chore] #188 ktlint Format
Browse files Browse the repository at this point in the history
  • Loading branch information
t1nm1ksun committed Aug 27, 2024
1 parent 81187db commit adcc2ce
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,21 +206,21 @@ fun CourseDetailScreen(
)
}

when (isViewable) {
true -> {
courseDetailOpenedDetail(
description = description,
startAt = startAt,
places = places,
totalCost = totalCost,
tags = tags.mapNotNull { tag -> tag.getDateTagTypeByName() }
)
if (!isCourseMine) {
item {
Spacer(modifier = Modifier.height(86.dp))
when (isViewable) {
true -> {
courseDetailOpenedDetail(
description = description,
startAt = startAt,
places = places,
totalCost = totalCost,
tags = tags.mapNotNull { tag -> tag.getDateTagTypeByName() }
)
if (!isCourseMine) {
item {
Spacer(modifier = Modifier.height(86.dp))
}
}
}
}

false -> {
item {
Expand Down

0 comments on commit adcc2ce

Please sign in to comment.