Skip to content

Commit

Permalink
reimplement placeholder in skills_search
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Jul 31, 2024
1 parent d966b46 commit b8e9a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/people_skills/filter_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def interest_of_row(row_id)
end

def skill_of_row(row_id)
skill_ids.nil? ? nil : skill_ids[row_id].to_i
skill_ids[row_id]&.to_i
end

def query_params
Expand Down

0 comments on commit b8e9a1e

Please sign in to comment.