Skip to content

Commit

Permalink
Display the summary when some package is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Feb 4, 2020
1 parent 3514a8e commit 133bbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/registration/clients/online_search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def search_packages
#
# @return [:next]
def display_summary
return :next if selected_addons.empty?
return :next if selected_packages.empty?
::Registration::Dialogs::OnlineSearchSummary.run(
selected_packages, selected_addons
)
Expand Down

0 comments on commit 133bbbe

Please sign in to comment.