Fixed bug when agent is null.

This commit is contained in:
Haiping Chen 2023-12-11 18:40:20 -06:00
parent 6e88cc6f2c
commit 69b209c8d3
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -104,7 +104,7 @@
<div class="p-4 border-bottom" style="height: 12vh">
<div class="row">
<div class="col-md-4 col-7">
<h5 class="font-size-15 mb-1">{agent.name}</h5>
<h5 class="font-size-15 mb-1">{agent?.name}</h5>
<p class="text-muted mb-0">
<i class="mdi mdi-circle text-success align-middle me-1" /> Active now
</p>