Rufgruppe anzeige gefixed
This commit is contained in:
@@ -245,7 +245,7 @@ const StationTab = ({ aircraft }: { aircraft: ConnectedAircraft & { Station: Sta
|
||||
})),
|
||||
) || [];
|
||||
|
||||
const livekitUser = participants.find((p) => (p.attributes.userId = aircraft.userId));
|
||||
const livekitUser = participants.find((p) => p.attributes.userId === aircraft.userId);
|
||||
|
||||
const lstName = useMemo(() => {
|
||||
if (!aircraft.posLng || !aircraft.posLat) return station.bosRadioArea;
|
||||
|
||||
Reference in New Issue
Block a user