diff --git a/app/views/cards/pins/destroy.turbo_stream.erb b/app/views/cards/pins/destroy.turbo_stream.erb index 752fc594d..d54dea5f1 100644 --- a/app/views/cards/pins/destroy.turbo_stream.erb +++ b/app/views/cards/pins/destroy.turbo_stream.erb @@ -1 +1 @@ -<%= turbo_stream.replace [ @card, :pin_button ], partial: "cards/pins/pin", locals: { card: @card } %> +<%= render template: "cards/pins/create" %>