|
@@ -13,7 +13,7 @@ $numRelevant = 0;
|
|
|
<?php if($tracker && @($tracker->data->no_known_medications)): ?>
|
|
|
<div class="text-secondary"><span>No Known Medications</span></div>
|
|
|
<?php endif; ?>
|
|
|
-
|
|
|
+<?php if(!$tracker || !@($tracker->data->no_known_medications)): ?>
|
|
|
<?php if (!count($medications)): ?>
|
|
|
<div class="text-secondary">No medications</div>
|
|
|
<?php else: ?>
|
|
@@ -59,4 +59,4 @@ $numRelevant = 0;
|
|
|
</div>
|
|
|
@endif
|
|
|
<?php endif; ?>
|
|
|
-
|
|
|
+<?php endif; ?>
|