From 43f2e676de6d8a2596d08c7e873a88c113fc8966 Mon Sep 17 00:00:00 2001 From: Vincent Nguyen Date: Tue, 7 Feb 2023 23:37:06 -0600 Subject: [PATCH] test --- HackIllinois/ViewControllers/HIProfileCardView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HackIllinois/ViewControllers/HIProfileCardView.swift b/HackIllinois/ViewControllers/HIProfileCardView.swift index b34082cc..30db36cb 100644 --- a/HackIllinois/ViewControllers/HIProfileCardView.swift +++ b/HackIllinois/ViewControllers/HIProfileCardView.swift @@ -26,7 +26,7 @@ struct HIProfileCardView: View { @State var flipped: Bool = false @State var ticketRotation = 0.0 @State var contentRotation = 0.0 - @State var flipping = false + @State var flipping = false // test var body: some View { ScrollView {