Always show the "view assigned domains" link

This commit is contained in:
zandercymatics 2025-01-10 08:59:19 -07:00
parent 5c127ed586
commit ac027554d0
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -257,9 +257,7 @@ export class MembersTable extends BaseTable {
domainsHTML += "</ul>";
// If there are more than 6 domains, display a "View assigned domains" link
if (num_domains >= 6) {
domainsHTML += `<p><a href="${action_url}/domains">View assigned domains</a></p>`;
}
domainsHTML += `<p><a href="${action_url}/domains">View assigned domains</a></p>`;
domainsHTML += "</div>";
}