From cc2a9efb5ed6bbcb390718ac4cbc6a5a764d9d26 Mon Sep 17 00:00:00 2001 From: Caitlyn Jin Date: Wed, 25 Sep 2024 18:10:34 -0400 Subject: [PATCH] Comment out giveaway modal on home --- Uplift/Views/HomeView.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Uplift/Views/HomeView.swift b/Uplift/Views/HomeView.swift index 36a503d..81f6f1e 100644 --- a/Uplift/Views/HomeView.swift +++ b/Uplift/Views/HomeView.swift @@ -132,7 +132,8 @@ struct HomeView: View { VStack(alignment: .leading, spacing: 12) { viewModel.showCapacities ? capacitiesView : nil - giveawayModalCell + // TODO: Uncomment to display giveaway modal +// giveawayModalCell HStack { Text("GYMS")