From 599cb3aeba99ed072c882929972eefcf8adba4ea Mon Sep 17 00:00:00 2001
From: Linus Rundin <linru683@student.liu.se>
Date: Mon, 1 Jan 2024 13:21:48 +0100
Subject: [PATCH] remove comments

---
 lab_2/Credit/App.tsx | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lab_2/Credit/App.tsx b/lab_2/Credit/App.tsx
index 11e10d2..77ccde8 100644
--- a/lab_2/Credit/App.tsx
+++ b/lab_2/Credit/App.tsx
@@ -140,11 +140,6 @@ function CreditCard(): JSX.Element {
     }
   };
 
-  // TODO lägg till animation -> Flipcard
-  // TODO gör så att bokstäver inte funkar -> numeric keyboard and numeric number
-  // TODO gruppera input siffrror(Amex) -> Added pattern contrains in value.
-  // TODO MAXgräns namn 20. -> Added max length in value.
-
   return (
     <View style={styles.containerStyles}>
       <FlipCard
-- 
GitLab