Skip to content

Commit 03ecdaf

Browse files
jcoynecbeer
authored andcommitted
Remove unused attribute
1 parent e1e16ec commit 03ecdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/blacklight/document/page_header_component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Blacklight
44
module Document
55
# Render the start over and prev/next displays
66
class PageHeaderComponent < Blacklight::Component
7-
attr_reader :document, :blacklight_config, :search_context, :search_session
7+
attr_reader :document, :search_context, :search_session
88

99
delegate :blacklight_config, to: :helpers
1010

0 commit comments

Comments
 (0)