Skip to content

Commit

Permalink
Remove the "Ivy Cloud" shutdown customer journey card
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Feb 3, 2023
1 parent 9fdf0ca commit 0e47053
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class CustomerJourneyLogic(

companion object {
val ACTIVE_CARDS = listOf(
ivyCloudNuke(),
// ivyCloudNuke(),
adjustBalanceCard(),
addPlannedPaymentCard(),
didYouKnow_pinAddTransactionWidgetCard(),
Expand Down Expand Up @@ -303,17 +303,6 @@ class CustomerJourneyLogic(
}
}

@Preview
@Composable
private fun PreviewIvyCloudNuke() {
IvyWalletComponentPreview {
CustomerJourneyCard(
cardData = CustomerJourneyLogic.ivyCloudNuke(),
onCTA = { },
onDismiss = {}
)
}
}

@Preview
@Composable
Expand Down

0 comments on commit 0e47053

Please sign in to comment.