Remove 'Veröffentlicht/Published' row from member detail modal

This commit is contained in:
Kato
2026-09-04 16:59:39 +00:00
parent d68d01264f
commit 73038f1717
2 changed files with 0 additions and 6 deletions
-1
View File
@@ -326,7 +326,6 @@ function openUserDetailModal(user) {
document.getElementById('user-detail-email').textContent = user.email || '-';
document.getElementById('user-detail-homepage').textContent = user.homepage || '-';
document.getElementById('user-detail-location').textContent = user.location || '-';
document.getElementById('user-detail-publish').textContent = user.publish ? 'Ja / Yes' : 'Nein / No';
document.getElementById('user-detail-description').textContent = user.Description || '-';
modal.classList.remove('hidden');