Don't hardcode section name
This commit is contained in:
@@ -13,7 +13,7 @@ defmodule MusicLibraryWeb.ScrobbleLive.Show do
|
|||||||
~H"""
|
~H"""
|
||||||
<Layouts.app
|
<Layouts.app
|
||||||
flash={@flash}
|
flash={@flash}
|
||||||
current_section={:scrobble}
|
current_section={@current_section}
|
||||||
socket={@socket}
|
socket={@socket}
|
||||||
toasts_sync={assigns[:toasts_sync]}
|
toasts_sync={assigns[:toasts_sync]}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user