If the user has no addresses saved, in checkout address page the Delivery Address form never hide if I check 'Use billing address'. This is caused by `spree_address_book.js` line 4 `if ($(".select_address").length)`
If the user has no addresses saved, in checkout address page the Delivery Address form never hide if I check 'Use billing address'.
This is caused by
spree_address_book.jsline 4if ($(".select_address").length)