diff --git a/app/views/profile/working_place.php b/app/views/profile/working_place.php
index 20df9587578e7d219da009511b2e3d507d7d3789..9df91e4bd8b210449f62a0059354b226716e1a8e 100644
--- a/app/views/profile/working_place.php
+++ b/app/views/profile/working_place.php
@@ -17,7 +17,7 @@ $fields = [
             </a>
 
         <? foreach ($fields as $key => $label): ?>
-            <? if ($institute[$key]): ?>
+            <? if (trim($institute[$key])): ?>
                 <br>
                 <strong><?= htmlReady($label) ?>:</strong>
                 <?= htmlReady($institute[$key]) ?>