diff options
Diffstat (limited to 'app/views/profile/index.php')
| -rw-r--r-- | app/views/profile/index.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/views/profile/index.php b/app/views/profile/index.php index 82a001a..9b7cb4f 100644 --- a/app/views/profile/index.php +++ b/app/views/profile/index.php @@ -83,11 +83,9 @@ </section> -<?= $news ?> +<?= $news ?? '' ?> -<?= $dates ?> - -<?= $evaluations ?? '' ?> +<?= $dates ?? '' ?> <?= $questionnaires ?? '' ?> |
