Don't hardcode section name

This commit is contained in:
Claudio Ortolina
2026-03-24 14:03:44 +00:00
parent 8c7f2f5703
commit f7a5b1a990
@@ -13,7 +13,7 @@ defmodule MusicLibraryWeb.ScrobbleLive.Show do
~H"""
<Layouts.app
flash={@flash}
current_section={:scrobble}
current_section={@current_section}
socket={@socket}
toasts_sync={assigns[:toasts_sync]}
>