diff --git a/components/notifications/answer-modal.tsx b/components/notifications/answer-modal.tsx
index 8473e32..0123271 100644
--- a/components/notifications/answer-modal.tsx
+++ b/components/notifications/answer-modal.tsx
@@ -115,7 +115,7 @@ export function AnswerModal({ question, isDemo, onClose }: AnswerModalProps) {
{question.question}
- {question.options && question.options.length > 0 ? (
+ {question.options && question.options.length > 0 && (
Kies een van de opties:
@@ -134,28 +134,31 @@ export function AnswerModal({ question, isDemo, onClose }: AnswerModalProps) {
))}
- ) : (
-
)}
+
+ 0 ? 'space-y-1 border-t pt-4' : 'space-y-1'}>
+ {question.options && question.options.length > 0 && (
+
Of typ een eigen antwoord
+ )}
+
@@ -163,16 +166,14 @@ export function AnswerModal({ question, isDemo, onClose }: AnswerModalProps) {
- {(!question.options || question.options.length === 0) && (
-
-
-
- )}
+
+
+