diff --git a/app/views/profile/index.php b/app/views/profile/index.php
index 72e9c9f603f2375f46db51daa98ccb2e87dab074..29f01197d20ca0371bbcc48cfb35c16a11081284 100644
--- a/app/views/profile/index.php
+++ b/app/views/profile/index.php
@@ -85,9 +85,9 @@
 
 <?= $dates ?>
 
-<?= $evaluations ?>
+<?= $evaluations ?? '' ?>
 
-<?= $questionnaires ?>
+<?= $questionnaires ?? '' ?>
 
 <? if (!empty($ausgabe_inhalt)) : ?>
     <? foreach ($ausgabe_inhalt as $key => $inhalt) : ?>