Skip to content

Commit

Permalink
remove more code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
hefan committed May 13, 2020
1 parent 2f58fba commit 426bd9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/app/assets/javascripts/spree/backend/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ Spree.ready(function(){
window.location.reload();
});
}
});
});
2 changes: 1 addition & 1 deletion backend/spec/features/admin/products/option_types_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@
# Assert that the field is hidden automatically
expect(page).to have_css("tbody#option_values tr", count: 0)
end
end
end

0 comments on commit 426bd9b

Please sign in to comment.