Fixed StationSelectBug, Fixed HPGNotificationGuf, see #45
This commit is contained in:
@@ -59,6 +59,7 @@ export function QueryProvider({ children }: { children: ReactNode }) {
|
||||
const handleNotification = (notification: NotificationPayload) => {
|
||||
switch (notification.type) {
|
||||
case "hpg-validation":
|
||||
console.log("hpg-validation notification received", notification);
|
||||
toast.custom(
|
||||
(t) => <HPGnotificationToast event={notification} mapStore={mapStore} t={t} />,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user