add status 9, statusToast bugfix

This commit is contained in:
PxlLoewe
2025-07-08 16:40:21 -07:00
parent ad2f13d502
commit 3596ba1261
4 changed files with 50 additions and 19 deletions

View File

@@ -49,7 +49,6 @@ export function QueryProvider({ children }: { children: ReactNode }) {
};
const invalidateConenctedAircrafts = () => {
console.log("invalidateConenctedAircrafts");
queryClient.invalidateQueries({
queryKey: ["aircrafts"],
});
@@ -61,7 +60,6 @@ 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} />,
{