<%= comment_tag comment do %>
<%= avatar_tag comment.creator, loading: :lazy %>
<%= turbo_frame_tag dom_id(comment), src: bucket_bubble_comment_path(comment.bubble.bucket, comment.bubble, comment) %> <% end %>