Skip to content

Commit

Permalink
Remove dual value variable assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeck committed Jul 18, 2014
1 parent 770c94c commit e6851d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/blacklight/facets_helper_behavior.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def facet_display_value field, item
facet_config = facet_configuration_for_field(field)

value = if item.respond_to? :label
value = item.label
item.label
else
facet_value_for_facet_item(item)
end
Expand Down

0 comments on commit e6851d0

Please sign in to comment.