Skip to content

Commit

Permalink
fixup remove page title for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanita Barrett committed Jan 23, 2020
1 parent 89d58e4 commit 7df3b88
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/presenters/content_item/no_deal_notice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ def has_no_deal_notice?
no_deal_notice.present?
end

def page_title
has_no_deal_notice? ? "[No Deal] #{title}" : title
end

def no_deal_notice_component
# TODO: uncomment this if statement once schema is sorted
#if has_no_deal_notice?
Expand Down

0 comments on commit 7df3b88

Please sign in to comment.