Make sure top_by_period components have a proper ID
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user