feat(seh2g): dont show table on no results
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user