From 83599be2f1815ed7a7ebd24216ae680a7d91aeb6 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Wed, 25 Sep 2024 19:19:44 +0200
Subject: [PATCH] text

---
 src/data/hptimelinedata.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/data/hptimelinedata.tsx b/src/data/hptimelinedata.tsx
index 7ba75aad..a83d53d9 100644
--- a/src/data/hptimelinedata.tsx
+++ b/src/data/hptimelinedata.tsx
@@ -27,7 +27,7 @@ export interface TimelineDatenpunkt {
   more_pictures?: Array<string> ;
   references?: Array<React.ReactNode>;  /* Muss HTML Code sein - Liliana erstellt den aus Bib dateien */
   interview?: React.ReactNode; 
-  text: string | Array<string> | Array<React.ReactNode>; /* Extra Text */
+  text?: string | Array<string> | Array<React.ReactNode>; /* Extra Text */
 }
 
 type StakeholderTag = 'Industry' | 'Academia' | 'Patient' | 'Medical Professional' | 'Milestone' | 'Other'; 
-- 
GitLab