fix: use correct APRSMap hook name in map component
This commit is contained in:
parent
5491bafc31
commit
ff636f6e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ defmodule AprsmeWeb.MapLive.Components do
|
|||
<div
|
||||
id="aprs-map"
|
||||
phx-update="ignore"
|
||||
phx-hook="LeafletMap"
|
||||
phx-hook="APRSMap"
|
||||
class={[
|
||||
@slideover_open && "slideover-open",
|
||||
!@slideover_open && "slideover-closed"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue