mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
settings: Remove unused show_email parameter.
We show "Email" column heading always in users list and
subscriber list irrespective of the email-address visibility
setting after 46660e5, so we do need to pass show_email
parameter to render_admin_tab and render_stream_settings.
This commit is contained in:
@@ -126,7 +126,6 @@ export function build_page() {
|
||||
settings_send_digest_emails: page_params.settings_send_digest_emails,
|
||||
realm_digest_emails_enabled: page_params.realm_digest_emails_enabled,
|
||||
realm_digest_weekday: page_params.realm_digest_weekday,
|
||||
show_email: settings_data.show_email(),
|
||||
development: page_params.development_environment,
|
||||
zulip_plan_is_not_limited: page_params.zulip_plan_is_not_limited,
|
||||
upgrade_text_for_wide_organization_logo:
|
||||
|
||||
Reference in New Issue
Block a user