Remove some unreachable code.

This commit is contained in:
James Cole
2022-12-30 20:48:48 +01:00
parent 742c84269b
commit 2b9996b844
6 changed files with 8 additions and 15 deletions

View File

@@ -32,7 +32,7 @@
<a href="webhooks/create" class="btn btn-success"><span class="fa fa-plus fa-fw"></span>{{ $t('firefly.create_new_webhook') }}</a>
</div>
<table class="table table-responsive table-hover" v-if="webhooks.length > 0">
<table class="table table-responsive table-hover" v-if="webhooks.length > 0" aria-label="A table.">
<thead>
<tr>
<th>Title</th>