Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Nov 1, 2024
1 parent 17f2d4d commit f190775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def react_component_wrapper(component, props = {})
def render_ads?
return true unless current_user

!(current_user.admin? || current_user.skip_ad?)
!(current_user.admin? || current_user.ad_skip?)
end

def recent_link(iidxid)
Expand Down

0 comments on commit f190775

Please sign in to comment.