Skip to content

Commit

Permalink
Update app/helpers/brand_logo_helper.rb
Browse files Browse the repository at this point in the history
Co-Authored-By: Morantron <[email protected]>
  • Loading branch information
enricostano and Morantron authored Mar 14, 2019
1 parent 56612cc commit f8e1f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/helpers/brand_logo_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f8e1f5e

Please sign in to comment.