Skip to content

Commit

Permalink
[chore] #228 내가 등록한 코스 엠티뷰 가운데 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunniiii committed Aug 30, 2024
1 parent 10ac5ae commit 65e716d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import androidx.compose.foundation.lazy.items
import androidx.compose.runtime.Composable
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.getValue
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.LocalLifecycleOwner
import androidx.compose.ui.res.stringResource
Expand Down Expand Up @@ -107,7 +108,8 @@ fun MyCourseScreen(
item {
Box(
modifier = Modifier
.fillParentMaxSize()
.fillParentMaxSize(),
contentAlignment = Alignment.Center
) {
DateRoadEmptyView(
emptyViewType = when (myCourseUiState.myCourseType) {
Expand Down

0 comments on commit 65e716d

Please sign in to comment.