diff --git a/lib/music_library_web/live/stats_live/index.ex b/lib/music_library_web/live/stats_live/index.ex index ab348852..093513bd 100644 --- a/lib/music_library_web/live/stats_live/index.ex +++ b/lib/music_library_web/live/stats_live/index.ex @@ -22,11 +22,11 @@ defmodule MusicLibraryWeb.StatsLive.Index do wishlist_count={@wishlist_count} scrobble_count={@scrobble_count} /> -
+
<.formats_stats collection_count_by_format={@collection_count_by_format} /> <.types_stats collection_count_by_type={@collection_count_by_type} />
-
+
<.on_this_day current_date={@current_date} records_on_this_day={@records_on_this_day} /> @@ -37,7 +37,7 @@ defmodule MusicLibraryWeb.StatsLive.Index do streams={@streams} /> -
+
<.top_collection_artists records_by_artist={@records_by_artist} /> <.top_collection_genres records_by_genre={@records_by_genre} /> <.top_release_years records_by_release_year={@records_by_release_year} />