Make sure top_by_period components have a proper ID

This commit is contained in:
Claudio Ortolina
2026-04-23 16:41:18 +01:00
parent ed7dd8de03
commit d03e288353
@@ -21,7 +21,7 @@ defmodule MusicLibraryWeb.StatsLive.TopByPeriod do
@impl true @impl true
def render(assigns) do def render(assigns) do
~H""" ~H"""
<div> <div id={@id}>
<.tabs> <.tabs>
<.section> <.section>
<:title>{@title}</:title> <:title>{@title}</:title>