feat(seh2g): dont show table on no results

This commit is contained in:
2020-12-31 12:22:17 +01:00
parent 3a5229e39b
commit 7574090431

View File

@@ -51,7 +51,7 @@
</div>
</div>
<div class="content">
<table class="table is-hoverable">
<table v-if="results.length > 0" class="table is-hoverable">
<thead>
<th>SIG</th>
<th>VERF</th>