feat: role system fix

This commit is contained in:
2026-03-18 21:38:50 +03:00
parent c3127b8d47
commit 591ca8104d
14 changed files with 267 additions and 183 deletions

View File

@@ -356,7 +356,7 @@ const LinkedStationsContentsInner = <
})
.catch((error) => {
console.error("Error fetching all stations:", error);
setError("Failed to load available stations");
setError(null);
setAllItems([]);
});
}