From 7752a2b86afd049a555e2c68a92b1897a8ccc713 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de>
Date: Tue, 20 Nov 2018 15:54:43 +0100
Subject: [PATCH] Add todos

---
 .../content-choice-participant.component.ts                     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/components/participant/content-choice-participant/content-choice-participant.component.ts b/src/app/components/participant/content-choice-participant/content-choice-participant.component.ts
index 2c10e85ca..6ec8775a0 100644
--- a/src/app/components/participant/content-choice-participant/content-choice-participant.component.ts
+++ b/src/app/components/participant/content-choice-participant/content-choice-participant.component.ts
@@ -91,7 +91,7 @@ export class ContentChoiceParticipantComponent implements OnInit {
       creationTimestamp: null,
       format: ContentType.CHOICE
     } as AnswerChoice).subscribe();
-    // TODO: Set isAnswerSent
+    // TODO: replace matchip with notification
   }
 
   abstain($event) {
-- 
GitLab