158b694d31
Need to use CSS to hide headings in empty containers
3 lines
174 B
Plaintext
3 lines
174 B
Plaintext
<%= turbo_stream.remove @notification %>
|
|
<%= turbo_stream.prepend :notifications_list_read, partial: "notifications/notification", locals: { notification: @notification } %>
|