fix: use correct APRSMap hook name in map component

This commit is contained in:
Graham McIntire 2025-10-12 12:17:11 -05:00
parent 5491bafc31
commit ff636f6e5e
No known key found for this signature in database

View file

@ -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"