In "Shopping cart" page after Move to wishlist product Checkout button display hidden

I found a bug in this line code.
\src\Presentation\SmartStore.Web\Views\ShoppingCart\Partials**_RefreshCartScript.cshtml**
$("#start-checkout-buttons").toggleClass("d-none", !response.showCheckoutButtons);
In addition, the shopping basket not updated after adding the product
