diff --git a/web/js/components/preact/users/AddUserModal.jsx b/web/js/components/preact/users/AddUserModal.jsx index baff543d..a946e4eb 100644 --- a/web/js/components/preact/users/AddUserModal.jsx +++ b/web/js/components/preact/users/AddUserModal.jsx @@ -226,22 +226,25 @@ export function AddUserModal({ formData, handleInputChange, handleAddUser, onClo

Comma-separated stream tags. When set, this user can only see streams that share at least one matching stream tag. Leave blank to allow access to all streams.

- {(formData.allowed_tags || '').split(',').filter(t => t.trim()).length > 0 && ( - + ) : null; + })()}