diff --git a/app/helpers/brand_logo_helper.rb b/app/helpers/brand_logo_helper.rb index ecbe7b51c..bc02bb1eb 100644 --- a/app/helpers/brand_logo_helper.rb +++ b/app/helpers/brand_logo_helper.rb @@ -7,6 +7,7 @@ def render_brand_logo private def should_render_logo? + return false unless current_user current_organization&.id == branded_organization_id end