Skip to content

Commit

Permalink
show recordreceipt instead of myreceipts for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rachellefontanilla committed Jul 23, 2024
1 parent a5e692d commit b5c63d5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import edu.card.clarity.presentation.addBenefitScreen.AddBenefitScreen
import edu.card.clarity.presentation.addCardScreen.AddCardScreen
import edu.card.clarity.presentation.myBenefitsScreen.MyBenefitsScreen
import edu.card.clarity.presentation.myCardScreen.MyCardsScreen
import edu.card.clarity.presentation.recordReceiptScreen.RecordReceiptScreen
import edu.card.clarity.presentation.utils.ArgumentNames
import edu.card.clarity.presentation.utils.Destinations

Expand All @@ -32,7 +33,8 @@ fun BottomNavGraph(navController: NavHostController) {
AddCardScreen(navController)
}
composable(Destinations.MY_RECEIPTS) {
MyReceiptsScreen()
// MyReceiptsScreen()
RecordReceiptScreen()
}
composable(Destinations.PURCHASE) {
PurchaseScreen()
Expand Down

0 comments on commit b5c63d5

Please sign in to comment.