Bugfux und Node Exporter für Prometheus #123
@@ -56,7 +56,7 @@ export const Chat = () => {
|
||||
(d) => d.userId !== session.data?.user.id && !chats[d.userId],
|
||||
);
|
||||
const filteredAircrafts = aircrafts?.filter(
|
||||
(a) => a.userId !== session.data?.user.id && dispatcherConnected && chats[a.userId],
|
||||
(a) => a.userId !== session.data?.user.id && dispatcherConnected && !chats[a.userId],
|
||||
);
|
||||
|
||||
const btnActive = pilotConnected || dispatcherConnected;
|
||||
|
||||
Reference in New Issue
Block a user