Added autoFocus on Sds and MissionLog
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { BADGES, PublicUser } from "@repo/db";
|
||||
import { asPublicUser, BADGES, PublicUser } from "@repo/db";
|
||||
import { useQuery } from "@tanstack/react-query";
|
||||
import { Badge } from "_components/Badge/Badge";
|
||||
import { getConnectedAircraftsAPI } from "_querys/aircrafts";
|
||||
@@ -70,7 +70,7 @@ export const ConnectedDispatcher = () => {
|
||||
)}
|
||||
</div>
|
||||
<div>
|
||||
<div>{(d.publicUser as unknown as PublicUser)?.firstname}</div>
|
||||
<div>{asPublicUser(d.publicUser).fullName}</div>
|
||||
<div className="text-xs uppercase font-semibold opacity-60">{d.zone}</div>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user