mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
chore: remove test
This commit is contained in:
@@ -30,7 +30,7 @@ import { Domain } from 'src/app/services/patch-db/data-model'
|
||||
<td class="provider">{{ domain.provider }}</td>
|
||||
<td class="strategy">{{ getStrategy(domain) }}</td>
|
||||
<td class="used">
|
||||
@if (domain.usedBy.length + 1; as qty) {
|
||||
@if (domain.usedBy.length; as qty) {
|
||||
<button tuiLink (click)="onUsedBy(domain)">
|
||||
Used by: {{ qty }}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user