Skip to content

Commit

Permalink
refactor: Hide CFP banner
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbukachi committed Nov 8, 2023
1 parent 7e32742 commit 2b3792c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import androidx.compose.ui.unit.dp
import androidx.hilt.navigation.compose.hiltViewModel
import androidx.lifecycle.compose.collectAsStateWithLifecycle
import com.android254.presentation.common.components.SponsorsCard
import com.android254.presentation.home.components.HomeBannerSection
import com.android254.presentation.home.components.HomeHeaderSectionComponent
import com.android254.presentation.home.components.HomeSessionLoadingComponent
import com.android254.presentation.home.components.HomeSessionSection
Expand Down Expand Up @@ -108,7 +107,7 @@ private fun HomeScreen(
horizontalAlignment = Alignment.CenterHorizontally
) {
HomeHeaderSectionComponent()
HomeBannerSection(viewState)
// HomeBannerSection(viewState)
HomeSpacer()
when {
isSyncing -> {
Expand Down

0 comments on commit 2b3792c

Please sign in to comment.